This commit is contained in:
Bookug Lobert 2016-01-25 15:23:03 +08:00
parent 0094ca38f9
commit f3a6556c27
1 changed files with 16 additions and 7 deletions

23
.gitignore vendored
View File

@ -1,7 +1,16 @@
/.svn/
/.svn
*/.svn
*/.svn/
*.svn
test/
/Debug
#compiled objects
.objs/*.o
#debug logs
.debug/*.log
#temp files
.tmp/*.dat
#answers
*.txt
#dbs
*.nt
#executables
gload gquery gserver gclient gtest
g*
#libs and tools
lib/*
tools/*