Add TD3 code.
[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
24 # editor trash
25 *.swp
26 *~
27
28 .build
29
30 thumbs.db
31 *.DS_Store