docs
[mirrors/Programs.git] / c / .gitignore
1 #Quick and dirty .gitignore to get rid of binaries, overrides global .gitignore :(
2 *
3 !*/
4 !*.*
5 ![Mm]akefile
6 *.o
7 *.exe
8 *~
9 _*
10 *.bak
11 *.rar
12
13 *.exe
14 *.EXE
15 *.dll
16 *.com
17 *.out
18 *.o
19 *.so
20 *.class
21
22 *.tar
23 *.gz
24 *.xz
25 *.bz
26 *.bz2
27 *.tgz
28 *.zip
29 *.rar
30
31 *.mp3
32 *.wav
33 *.mpeg
34 *.avi
35 *.ogg
36 *.ogv
37
This page took 0.286455 seconds and 4 git commands to generate.