From: Alexis Laferrière Date: Mon, 5 Jan 2015 16:31:04 +0000 (-0500) Subject: contrib/friendz: gitignore and clean the res folder X-Git-Tag: v0.7.1~54^2~3 X-Git-Url: http://nitlanguage.org contrib/friendz: gitignore and clean the res folder Signed-off-by: Alexis Laferrière --- diff --git a/contrib/friendz/.gitignore b/contrib/friendz/.gitignore new file mode 100644 index 0000000..700b511 --- /dev/null +++ b/contrib/friendz/.gitignore @@ -0,0 +1 @@ +res/ diff --git a/contrib/friendz/Makefile b/contrib/friendz/Makefile index f35d399..f236a1d 100644 --- a/contrib/friendz/Makefile +++ b/contrib/friendz/Makefile @@ -14,4 +14,4 @@ doc: ../../bin/nitdoc -d doc/ src/friendz.nit src/friendz_linux.nit clean: - rm -rf bin/ doc/ + rm -rf bin/ doc/ res/