Refine .gitignore some more.
[Algorithmic_C.git] / .gitignore
... / ...
CommitLineData
1exo[[:digit:]]
2!exo[[:digit:]]/
3tp[[:digit:]]
4!tp[[:digit:]]/
5palindrome
6liste_chainee
7pile_chainee
8file_chainee
9pile_contigue
10pile_realloc
11file_contigue
12ABR
13!ABR/
14arbre_n_aire
15!arbre_n_aire/
16arbreB
17!arbreB/
18AVL
19!AVL/
20hachage_chainage
21hachage_lineaire
22tas
23!tas/
24
25.atom
26
27*.o
28# for cygwin
29*.exe
30
31# editor trash
32*.swp
33*~
34
35*.gch
36.build
37
38thumbs.db
39*.DS_Store