oprava pri volani jako funkce
[mirrors/Programs.git] / c / .gitignore
index 1ed1bca03793dcc76974af53ef71c86adb2e829c..4b2a78c8545495fada2ab5fc0e219d7d924e3f04 100644 (file)
@@ -1,6 +1,7 @@
 #Quick and dirty .gitignore to get rid of binaries, overrides global .gitignore :(
-/*
-!/*.*
+*
+!*/
+!*.*
 ![Mm]akefile
 *.o
 *.exe
@@ -8,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.120957 seconds and 4 git commands to generate.