3
0
mirror of https://github.com/jlu5/PyLink.git synced 2024-11-01 01:09:22 +01:00

.gitignore: ignore dist/ and egg-related data

This commit is contained in:
James Lu 2016-06-20 18:19:37 -07:00
parent 481d70eff8
commit c6968fa2b8

3
.gitignore vendored
View File

@ -13,3 +13,6 @@ __pycache__/
*.db
*.pid
*.pem
.eggs
*.egg-info/
dist/