From: Ben Darnell Date: Sat, 12 May 2012 05:14:08 +0000 (-0700) Subject: Ignore .class files (create by jython) X-Git-Tag: v2.3.0~27 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f618c2f6d2a325c4acd290af50b8344b58dd5836;p=thirdparty%2Ftornado.git Ignore .class files (create by jython) --- diff --git a/.gitignore b/.gitignore index ba7761660..0e0a11e8d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.pyc *.so +*.class *~ build/ /dist/