diff options
author | Yen Chi Hsuan <yan12125@gmail.com> | 2016-02-21 03:29:49 +0800 |
---|---|---|
committer | Yen Chi Hsuan <yan12125@gmail.com> | 2016-02-21 03:32:03 +0800 |
commit | 101067de12e193c8ad42e1f474c9018eedadec9d (patch) | |
tree | 4c1eccaccd851556871c00ab69ad2459c31f92db /.gitignore | |
parent | c1c05c67ea6087c3b0190c9f16cb9fdd8160e398 (diff) |
Jython support - handle *.class files
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 0422adf44..26dbde73d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,6 @@ *.pyc *.pyo +*.class *~ *.DS_Store wine-py2exe/ @@ -32,4 +33,4 @@ test/testdata .tox youtube-dl.zsh .idea -.idea/*
\ No newline at end of file +.idea/* |