Add more code snippet from the course.
[TD_SE.git] / .gitignore
... / ...
CommitLineData
1TD3/exo2/monexec/monexec
2fils/fils
3mem/mem
4philosophe/philosophe
5philosophe-famine/philosophe
6prodcons/prodcons
7rw/reader/reader
8rw/writer/writer
9semaphore/semaphore
10signal/signaux0
11threads/exemple1
12upipe/upipe
13TD3/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
41thumbs.db
42*.DS_Store