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