diff options
author | Bryan Bishop <kanzure@gmail.com> | 2013-08-03 12:17:28 -0500 |
---|---|---|
committer | Bryan Bishop <kanzure@gmail.com> | 2013-08-03 12:17:28 -0500 |
commit | 1c3ebf956d5805b6aa1beaafeede89c92acde838 (patch) | |
tree | 17e8f95917de3b839aee6f0b4cef0798f7f303d2 | |
parent | c7a649c47d48be1fcd8394388ec9af5ccfb6fdbb (diff) |
write comment in .gitignore
-rw-r--r-- | .gitignore | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/.gitignore b/.gitignore index 502cab285..3a35100af 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,9 @@ # precompiled python *.pyc +# precompiled jython +*$py.class + # compiled object file *.o @@ -37,5 +40,3 @@ pokecrystal.rtc # some users are dumping png.py into extras/ extras/png.py - -*$py.class |