Add anonymous pipe course code.
[TD_SE.git] / .gitignore
... / ...
CommitLineData
1TD3/exo2/monexec/monexec
2philosophe/philosophe
3prodcons/prodcons
4threads/exemple1
5upipe/upipe
6exo[[: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
34thumbs.db
35*.DS_Store