aboutsummaryrefslogtreecommitdiff
path: root/conf/gitignore/Eclipse
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2015-08-28 16:44:04 +0800
committerUnknwon <u@gogs.io>2015-08-28 16:44:04 +0800
commit46bee50e45ef8f3e9f3727649fa24d50bb2fc782 (patch)
tree3b55f109f957c54890972d533af435d3a3ed8e96 /conf/gitignore/Eclipse
parent4cfa2ca40d4f211a124ab9973dfc814190b758b9 (diff)
complate list of gitignores and licenses
Diffstat (limited to 'conf/gitignore/Eclipse')
-rw-r--r--conf/gitignore/Eclipse39
1 files changed, 39 insertions, 0 deletions
diff --git a/conf/gitignore/Eclipse b/conf/gitignore/Eclipse
new file mode 100644
index 00000000..0e22e957
--- /dev/null
+++ b/conf/gitignore/Eclipse
@@ -0,0 +1,39 @@
+*.pydevproject
+.metadata
+.gradle
+bin/
+tmp/
+*.tmp
+*.bak
+*.swp
+*~.nib
+local.properties
+.settings/
+.loadpath
+
+# Eclipse Core
+.project
+
+# External tool builders
+.externalToolBuilders/
+
+# Locally stored "Eclipse launch configurations"
+*.launch
+
+# CDT-specific
+.cproject
+
+# JDT-specific (Eclipse Java Development Tools)
+.classpath
+
+# Java annotation processor (APT)
+.factorypath
+
+# PDT-specific
+.buildpath
+
+# sbteclipse plugin
+.target
+
+# TeXlipse plugin
+.texlipse