aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPacien TRAN-GIRARD2014-02-06 23:21:23 +0100
committerPacien TRAN-GIRARD2014-02-06 23:21:23 +0100
commit9cbcaa9d9170677eb24f329fda2eac0b49299fc3 (patch)
tree370f6953ec2c3aaaee57689d92e3482a486bfd9e
parent151a09680586a6ae0d8aa43db1767064a295cebc (diff)
downloadesieequest-9cbcaa9d9170677eb24f329fda2eac0b49299fc3.tar.gz
Add 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