Add more code snippet from the course.
[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 upipe/upipe
13 TD3/exo[[:digit:]]/exo[[:digit:]]
14 !TD3/exo[[:digit:]]/
15
16 *.static
17 *.dynamic
18 # for cygwin
19 *.exe
20
21 *.o
22
23 *.so
24 *.dylib
25 *.a
26 # for cygwin
27 *.dll
28 *.dll.a
29
30 # atom linter
31 *.gch
32 # ide-cquery
33 .atom
34
35 # editor trash
36 *.swp
37 *~
38
39 .build
40
41 thumbs.db
42 *.DS_Store