.gitignore: add some more files/dirs

Ignore some files and directories I typically have around in my
development tree.

Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com>
This commit is contained in:
Paul Eggleton 2019-01-10 10:04:13 +13:00
parent e9915dd359
commit 841124a662

5
.gitignore vendored
View File

@ -3,3 +3,8 @@
*.swp *.swp
.pytest_cache .pytest_cache
venv/ venv/
*.sql
*.sql.gz
static/
layers/
logs/