Add certain database-related files to .gitignore.

This commit is contained in:
Stefan Thomas
2013-01-16 16:18:48 +01:00
parent e48cef8512
commit 950310bc45

2
.gitignore vendored
View File

@@ -28,7 +28,7 @@ tmp
# Ignore database directory.
db/*.db
db/*.db-journal
db/*.db-*
# Ignore obj files
Debug/*.*