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