1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-08-04 08:53:29 +00:00

exclude .egg in gitignore

This commit is contained in:
Patrick Kanzler 2016-06-23 14:31:38 +02:00
parent 0907b6aa8b
commit 7529642788
No known key found for this signature in database
GPG Key ID: F07F07153306FCEF

1
.gitignore vendored
View File

@ -13,6 +13,7 @@ temp
.tox/ .tox/
*.egg-info/ *.egg-info/
.eggs/ .eggs/
*.egg
build/ build/
dist/ dist/
.coverage .coverage