Ignore gaphas generated svg files

Signed-off-by: Dan Yeaw <dan@yeaw.me>
This commit is contained in:
Dan Yeaw 2018-12-01 22:46:29 -05:00
parent 2a8d2eb0dd
commit b06ddd8a19
No known key found for this signature in database
GPG Key ID: 77A923EF537B61A4

10
.gitignore vendored
View File

@ -1,6 +1,6 @@
# python
*.pyc
*.egg
.coverage
.eggs/
*.egg-info/
build/
@ -9,4 +9,10 @@ build/
.python-version
# tox
.tox/
.tox/
# coverage
.coverage
# gaphas
*.svg