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:
6e6479c
)
C gitignore improvements
author
Harvie
<tomas@mudrunka.cz>
Fri, 3 Aug 2012 03:32:58 +0000
(
05:32
+0200)
committer
Harvie
<tomas@mudrunka.cz>
Fri, 3 Aug 2012 03:32:58 +0000
(
05:32
+0200)
c/.gitignore
patch
|
blob
|
blame
|
history
diff --git
a/c/.gitignore
b/c/.gitignore
index 796c53c452233790a0065c280d4ef54147c95694..4b2a78c8545495fada2ab5fc0e219d7d924e3f04 100644
(file)
--- a/
c/.gitignore
+++ b/
c/.gitignore
@@
-9,3
+9,29
@@
_*
*.bak
*.rar
+
+*.exe
+*.EXE
+*.dll
+*.com
+*.out
+*.o
+*.so
+*.class
+
+*.tar
+*.gz
+*.xz
+*.bz
+*.bz2
+*.tgz
+*.zip
+*.rar
+
+*.mp3
+*.wav
+*.mpeg
+*.avi
+*.ogg
+*.ogv
+
This page took
0.142459 seconds
and
4
git commands to generate.