repositories
/
TD_BDD.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Refine .gitignore
[TD_BDD.git]
/
.gitignore
1
liste_usines
2
*.static
3
*.dynamic
4
# for cygwin
5
*.exe
6
7
*.o
8
9
*.so
10
*.dylib
11
*.a
12
# for cygwin
13
*.dll
14
*.dll.a
15
16
# atom linter
17
*.gch
18
19
# editor trash
20
*.swp
21
*~
22
23
.build
24
25
thumbs.db
26
*.DS_Store