Add pipe reading and writing course code.
[TD_SE.git] / .gitignore
... / ...
CommitLineData
1TD3/exo2/monexec/monexec
2philosophe/philosophe
3prodcons/prodcons
4rw/reader/reader
5rw/writer/writer
6threads/exemple1
7upipe/upipe
8exo[[: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
36thumbs.db
37*.DS_Store