Add heat.sqlite in git ignore list

SQLite file "heat.sqlite" will be generated during test cases
running. So it should be in git ignore list.

Change-Id: I31217e3de69a016fb4daa7e353161d58c71df98b
This commit is contained in:
JUN JIE NAN 2014-01-25 12:49:40 +08:00
parent 1b7fd3dc28
commit d1e778d211
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -7,6 +7,7 @@ heat.egg-info
tags
*.log
heat-test.db
heat.sqlite
.venv
AUTHORS
ChangeLog