Commit | Line | Data |
---|---|---|
60d5f8b2 JB |
1 | exo[[:digit:]] |
2 | !exo[[:digit:]]/ | |
3 | tp[[:digit:]] | |
4 | !tp[[:digit:]]/ | |
8482ea7e JB |
5 | palindrome |
6 | liste_chainee | |
7 | pile_chainee | |
8 | file_chainee | |
9 | pile_contigue | |
10 | pile_realloc | |
11 | file_contigue | |
12 | ABR | |
ca7da714 | 13 | !ABR/ |
8482ea7e | 14 | arbre_n_aire |
ca7da714 | 15 | !arbre_n_aire/ |
8482ea7e | 16 | arbreB |
ca7da714 | 17 | !arbreB/ |
8482ea7e | 18 | AVL |
ca7da714 | 19 | !AVL/ |
8482ea7e JB |
20 | hachage_chainage |
21 | hachage_lineaire | |
22 | tas | |
3afafeb7 JB |
23 | !tas/ |
24 | ||
25 | .atom | |
60d5f8b2 | 26 | |
80e6db94 | 27 | *.o |
60d5f8b2 | 28 | # for cygwin |
80e6db94 JB |
29 | *.exe |
30 | ||
31 | # editor trash | |
32 | *.swp | |
3f0f8bfd | 33 | *~ |
80e6db94 | 34 | |
fa5222dc | 35 | *.gch |
711cfc89 JB |
36 | .build |
37 | ||
80e6db94 | 38 | thumbs.db |
60d5f8b2 | 39 | *.DS_Store |