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