From: Paul Brossier Date: Thu, 19 Dec 2013 22:08:52 +0000 (-0500) Subject: .gitignore: add *.pyc X-Git-Tag: 0.3~19 X-Git-Url: https://git.aubio.org/?a=commitdiff_plain;h=33378c493b04ca0ea09cc159dc48f5114375ddd9;p=pd-aubio.git .gitignore: add *.pyc --- diff --git a/.gitignore b/.gitignore index 84d2d95..3d5d584 100644 --- a/.gitignore +++ b/.gitignore @@ -6,3 +6,6 @@ .lock-waf* .waf-* build/ + +# python stuff +*.pyc