repositories
/
TD_C.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
BuildSystem: Sync with latest in more exercices
[TD_C.git]
/
.gitignore
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
*.static
2
*.dynamic
3
# for cygwin
4
*.exe
5
6
*.o
7
8
*.so
9
*.a
10
# for cygwin
11
*.dll
12
*.dll.a
13
14
# editor trash
15
*.swp
16
*~
17
18
.build
19
20
thumbs.db
21
*.DS_Store