Gitignore tuning: better ignoring of binaries
authorTomas Mudrunka <tomas@mudrunka.cz>
Thu, 19 Apr 2012 13:23:08 +0000 (15:23 +0200)
committerTomas Mudrunka <tomas@mudrunka.cz>
Thu, 19 Apr 2012 13:23:08 +0000 (15:23 +0200)
c/.gitignore

index 1ed1bca03793dcc76974af53ef71c86adb2e829c..796c53c452233790a0065c280d4ef54147c95694 100644 (file)
@@ -1,6 +1,7 @@
 #Quick and dirty .gitignore to get rid of binaries, overrides global .gitignore :(
-/*
-!/*.*
+*
+!*/
+!*.*
 ![Mm]akefile
 *.o
 *.exe
This page took 0.146347 seconds and 4 git commands to generate.