guowenxue
2 days ago 127aace2bd54e72bae0d0e05b691185366bc800a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# git ignore files/folders in the list
 
# ignore files
*.tar*
*.o
lib*.so*
lib*.a
 
# ctags files
cscope.*
tags
 
# running files
*.log
*.db