Refine .gitignore, take 2
[TD_IML.git] / .gitignore
1 exo[[:digit:]]
2 !exo[[:digit:]]/
3 lanceur
4 balle
5 *.static
6 *.dynamic
7 # for cygwin
8 *.exe
9
10 *.o
11
12 *.so
13 *.dylib
14 *.a
15 # for cygwin
16 *.dll
17 *.dll.a
18
19 # editor trash
20 *.swp
21 *~
22
23 *.txt
24
25 .build
26
27 thumbs.db
28 *.DS_Store