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