Update release downloads
[docs.git] / .gitignore
index 711a8e75a26f19dbb89d276a207b047e00ae07e3..168a7fa8c264a68eaf285bdec98626dce61143bc 100644 (file)
@@ -1,7 +1,29 @@
+# Build
 target
+
+# IntelliJ
 .idea
 *.iml
 *.ipr
 *.iws
+
+# Eclipse
+.project
+.classpath
+.settings/
+
+# Python
+.tox/
+__pycache__/
+*.pyc
+docs/javadoc/
+
+# Vim
+.*.sw?
+
+# Emacs
 *~
+\#*\#
+
+# MacOS
 .DS_Store