.gitignore: add more executable names
[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
13arbre_n_aire
14arbreB
15AVL
16hachage_chainage
17hachage_lineaire
18tas
19
20*.o
21# for cygwin
22*.exe
23
24# editor trash
25*.swp
26*~
27
28.build
29
30thumbs.db
31*.DS_Store