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