.gitignore: add more executable names
[Algorithmic_C.git] / .gitignore
CommitLineData
60d5f8b2
JB
1exo[[:digit:]]
2!exo[[:digit:]]/
3tp[[:digit:]]
4!tp[[:digit:]]/
8482ea7e
JB
5palindrome
6liste_chainee
7pile_chainee
8file_chainee
9pile_contigue
10pile_realloc
11file_contigue
12ABR
13arbre_n_aire
14arbreB
15AVL
16hachage_chainage
17hachage_lineaire
18tas
60d5f8b2 19
80e6db94 20*.o
60d5f8b2 21# for cygwin
80e6db94
JB
22*.exe
23
24# editor trash
25*.swp
3f0f8bfd 26*~
80e6db94 27
711cfc89
JB
28.build
29
80e6db94 30thumbs.db
60d5f8b2 31*.DS_Store