1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-10-03 09:19:59 +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

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