repositories
/
Algorithmic_C.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Refine .gitignore.
[Algorithmic_C.git]
/
.gitignore
1
exo[[:digit:]]
2
!exo[[:digit:]]/
3
tp[[:digit:]]
4
!tp[[:digit:]]/
5
palindrome
6
liste_chainee
7
pile_chainee
8
file_chainee
9
pile_contigue
10
pile_realloc
11
file_contigue
12
ABR
13
arbre_n_aire
14
arbreB
15
AVL
16
hachage_chainage
17
hachage_lineaire
18
tas
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
34
thumbs.db
35
*.DS_Store