Peterson locking primitive course code.
[TD_SE.git] / .gitignore
... / ...
CommitLineData
1TD3/exo2/monexec/monexec
2fils/fils
3mem/mem
4peterson/peterson
5philosophe/philosophe
6philosophe-famine/philosophe
7prodcons/prodcons
8rw/reader/reader
9rw/writer/writer
10semaphore/semaphore
11signal/signaux0
12threads/exemple1
13thread-pid/thread-pid
14tree/tree
15upipe/upipe
16
17TD3/exo[[:digit:]]/exo[[:digit:]]
18!TD3/exo[[:digit:]]/
19
20*.static
21*.dynamic
22# for cygwin
23*.exe
24
25*.o
26
27*.so
28*.dylib
29*.a
30# for cygwin
31*.dll
32*.dll.a
33
34# atom linter
35*.gch
36# ide-cquery
37.atom
38
39# editor trash
40*.swp
41*~
42
43.build
44
45thumbs.db
46*.DS_Store