repositories
/
Project_algorithmic_C.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Implement some basic debug printing function.
[Project_algorithmic_C.git]
/
.gitignore
1
othello
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
# editor trash
17
*.swp
18
*~
19
20
.build
21
22
thumbs.db
23
*.DS_Store