Refine .gitignore.
[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!tas/
20
21.atom
22
23*.o
24# for cygwin
25*.exe
26
27# editor trash
28*.swp
29*~
30
31*.gch
32.build
33
34thumbs.db
35*.DS_Store