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