Add shared mem course example code.
[TD_SE.git] / .gitignore
... / ...
CommitLineData
1TD3/exo2/monexec/monexec
2mem/mem
3philosophe/philosophe
4prodcons/prodcons
5rw/reader/reader
6rw/writer/writer
7signal/signaux0
8threads/exemple1
9upipe/upipe
10exo[[: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
38thumbs.db
39*.DS_Store