GIT.Harvie.CZ
/
mirrors
/
Programs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e0f3ed2
)
Gitignore tuning: better ignoring of binaries
author
Tomas Mudrunka
<tomas@mudrunka.cz>
Thu, 19 Apr 2012 13:23:08 +0000
(15:23 +0200)
committer
Tomas Mudrunka
<tomas@mudrunka.cz>
Thu, 19 Apr 2012 13:23:08 +0000
(15:23 +0200)
c/.gitignore
patch
|
blob
|
blame
|
history
diff --git
a/c/.gitignore
b/c/.gitignore
index 1ed1bca03793dcc76974af53ef71c86adb2e829c..796c53c452233790a0065c280d4ef54147c95694 100644
(file)
--- a/
c/.gitignore
+++ b/
c/.gitignore
@@
-1,6
+1,7
@@
#Quick and dirty .gitignore to get rid of binaries, overrides global .gitignore :(
-/*
-!/*.*
+*
+!*/
+!*.*
![Mm]akefile
*.o
*.exe
This page took
0.174851 seconds
and
4
git commands to generate.