From f618c2f6d2a325c4acd290af50b8344b58dd5836 Mon Sep 17 00:00:00 2001 From: Ben Darnell Date: Fri, 11 May 2012 22:14:08 -0700 Subject: [PATCH] Ignore .class files (create by jython) --- .gitignore | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitignore b/.gitignore index ba7761660..0e0a11e8d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.pyc *.so +*.class *~ build/ /dist/ -- 2.47.2