aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore16
1 files changed, 16 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..586615f
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,16 @@
1*.class
2
3# Mobile Tools for Java (J2ME)
4.mtj.tmp/
5
6# Package Files #
7*.jar
8*.war
9*.ear
10
11# virtual machine crash logs, see http://www.java.com/en/download/help/error_hotspot.xml
12hs_err_pid*
13
14# BlueJ
15*.bluej
16*.ctxt \ No newline at end of file