Add .cquery file for LS.
[TD_SE.git] / .gitignore
1 philosophe/philosophe
2 prodcons/prodcons
3 TD3/exo2/monexec/monexec
4 exo[[:digit:]]
5 !exo[[:digit:]]/
6
7 *.static
8 *.dynamic
9 # for cygwin
10 *.exe
11
12 *.o
13
14 *.so
15 *.dylib
16 *.a
17 # for cygwin
18 *.dll
19 *.dll.a
20
21 # atom linter
22 *.gch
23 # ide-cquery
24 .atom
25
26 # editor trash
27 *.swp
28 *~
29
30 .build
31
32 thumbs.db
33 *.DS_Store