From: Pieter Lexis Date: Mon, 17 Sep 2012 21:57:32 +0000 (+0200) Subject: Have git ignore .pyc files X-Git-Tag: v1.11.0~16^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2998696237c9da6293dd647da6b8aa5c5bab2219;p=thirdparty%2Fdnspython.git Have git ignore .pyc files --- diff --git a/.gitignore b/.gitignore index 5592c971..ae6319f8 100644 --- a/.gitignore +++ b/.gitignore @@ -5,3 +5,4 @@ html html.zip html.tar.gz tests/*.out +*.pyc