summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Bishop <kanzure@gmail.com>2013-08-03 12:17:28 -0500
committerBryan Bishop <kanzure@gmail.com>2013-08-03 12:17:28 -0500
commit1c3ebf956d5805b6aa1beaafeede89c92acde838 (patch)
tree17e8f95917de3b839aee6f0b4cef0798f7f303d2
parentc7a649c47d48be1fcd8394388ec9af5ccfb6fdbb (diff)
write comment in .gitignore
-rw-r--r--.gitignore5
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