From ffcd50616eee16ad7f14bf88e0d1f91c8208a65f Mon Sep 17 00:00:00 2001 From: Nicola Spanti Date: Sat, 18 Oct 2014 01:25:09 +0200 Subject: [PATCH] Adding some rules to .gitignore --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index 41316ab..bfcf66c 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,7 @@ # Generated files bin/ gen/ +doc/ # Proguard folder generated by Eclipse proguard/ @@ -57,3 +58,5 @@ local.properties .Trashes ehthumbs.db Thumbs.db +*~ +#*# \ No newline at end of file