Add posix semaphore course example code.
[TD_SE.git] / .gitignore
1 TD3/exo2/monexec/monexec
2 mem/mem
3 philosophe/philosophe
4 prodcons/prodcons
5 rw/reader/reader
6 rw/writer/writer
7 semaphore/semaphore
8 signal/signaux0
9 threads/exemple1
10 upipe/upipe
11 exo[[: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
39 thumbs.db
40 *.DS_Store