Add shared mem 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 signal/signaux0
8 threads/exemple1
9 upipe/upipe
10 exo[[:digit:]]
11 !exo[[:digit:]]/
12
13 *.static
14 *.dynamic
15 # for cygwin
16 *.exe
17
18 *.o
19
20 *.so
21 *.dylib
22 *.a
23 # for cygwin
24 *.dll
25 *.dll.a
26
27 # atom linter
28 *.gch
29 # ide-cquery
30 .atom
31
32 # editor trash
33 *.swp
34 *~
35
36 .build
37
38 thumbs.db
39 *.DS_Store