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