aboutsummaryrefslogtreecommitdiffstats
path: root/jtosca/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to 'jtosca/.gitignore')
-rw-r--r--jtosca/.gitignore20
1 files changed, 20 insertions, 0 deletions
diff --git a/jtosca/.gitignore b/jtosca/.gitignore
new file mode 100644
index 0000000..59bfdd1
--- /dev/null
+++ b/jtosca/.gitignore
@@ -0,0 +1,20 @@
+# Eclipse
+.classpath
+.project
+.settings/
+
+# Maven
+log/
+target/
+
+# Package Files #
+*.jar
+*.war
+*.ear
+
+# Other
+*.class
+*.orig
+.idea/*
+/bin/
+*.iml