1
0
Fork 0

gitignore: Ignore 'build' and 'dist' directories

Signed-off-by: Fabian P. Schmidt <kerel@mailbox.org>
merge-requests/391/head
Corey Shields 2019-07-04 21:37:24 -04:00 committed by Fabian P. Schmidt
parent 723fa19ebb
commit ff56cb6431
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -16,6 +16,10 @@ pip-log.txt
.tox
nosetests.xml
# build artifacts
build
dist
# Sqlite
*.db
*.sqlite