Added *.db to .gitignore

*.db files are the actual SQLite database files. Their skeletons will be added
to the Git repository later.
This commit is contained in:
Polonkai Gergely 2012-03-14 19:00:52 +00:00
parent c19ba376d3
commit 1eb1482f35
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -14,3 +14,4 @@ stamp-h1
*.swp
*~
*.exe
*.db