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