Add the course threads example, fixed.
[TD_SE.git] / .gitignore
... / ...
CommitLineData
1TD3/exo2/monexec/monexec
2philosophe/philosophe
3prodcons/prodcons
4threads/exemple1
5exo[[: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
33thumbs.db
34*.DS_Store