aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorFlorian Rinke <develop@torui.de>2021-09-05 12:08:18 +0200
committerFlorian Rinke <develop@torui.de>2021-09-05 12:08:18 +0200
commitf88b74485ffdf42ca2b62c72fb746082e7fc012f (patch)
tree7c536169d9b50a098549daa469f970e672b3dd19 /.gitignore
parentd574e83ac221ce7b74756cfa8417904831ea245e (diff)
downloadCOFL-f88b74485ffdf42ca2b62c72fb746082e7fc012f.tar.gz
COFL-f88b74485ffdf42ca2b62c72fb746082e7fc012f.tar.bz2
COFL-f88b74485ffdf42ca2b62c72fb746082e7fc012f.zip
add to github
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore22
1 files changed, 22 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..2c770e0
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,22 @@
+# eclipse
+bin
+*.launch
+.settings
+.metadata
+.classpath
+.project
+
+# idea
+out
+*.ipr
+*.iws
+*.iml
+.idea
+
+# gradle
+build
+.gradle
+
+# other
+eclipse
+run