Add dist, *pyc and .egg-info to .gitignore

This commit is contained in:
Ben Nuttall 2016-12-21 14:39:50 +00:00
parent ac57935837
commit 1482fe4ec3
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -1,5 +1,6 @@
*.o
*.so
*.pyc
pig2vcd
pigpiod
pigs
@ -8,3 +9,5 @@ x_pigpiod_if
x_pigpiod_if2
__pycache__
build
dist
*.egg-info