gStore/.gitignore

17 lines
182 B
Plaintext
Raw Normal View History

2016-01-25 15:23:03 +08:00
#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/*