From: Ben Nuttall Date: Wed, 21 Dec 2016 14:39:50 +0000 (+0000) Subject: Add dist, *pyc and .egg-info to .gitignore X-Git-Tag: archive/raspbian/1.68-2+rpi1~70^2~1 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=1482fe4ec38c09e5033cab33abc3ca30112825ba;p=pigpio.git Add dist, *pyc and .egg-info to .gitignore --- diff --git a/.gitignore b/.gitignore index ded9479..f67291c 100644 --- a/.gitignore +++ b/.gitignore @@ -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