From: Bob Halley Date: Sun, 30 Jun 2013 19:14:53 +0000 (-0700) Subject: ignore .pyc files X-Git-Tag: v1.11.0-py3~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=509e8616036f24145b6a0dcddf2f8f2d8df298f8;p=thirdparty%2Fdnspython.git ignore .pyc files --- diff --git a/.gitignore b/.gitignore index 2abcfc47..c407b51e 100644 --- a/.gitignore +++ b/.gitignore @@ -3,3 +3,4 @@ dist MANIFEST html tests/*.out +*.pyc