Ignore gaphas generated svg files
Signed-off-by: Dan Yeaw <dan@yeaw.me>
This commit is contained in:
parent
2a8d2eb0dd
commit
b06ddd8a19
10
.gitignore
vendored
10
.gitignore
vendored
@ -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
|
Loading…
Reference in New Issue
Block a user