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