Updated git submodules
[docs.git] / .gitignore
index 711a8e75a26f19dbb89d276a207b047e00ae07e3..d5c266a2cdbb4e57ffc664a9628528ff2eaa20fc 100644 (file)
@@ -1,7 +1,26 @@
+# Build
 target
+
+# IntelliJ
 .idea
 *.iml
 *.ipr
 *.iws
+
+# Eclipse
+.project
+.classpath
+.settings/
+
+# Python
+.tox/
+__pycache__/
+*.pyc
+docs/javadoc/
+
+# Emacs
 *~
+\#*\#
+
+# MacOS
 .DS_Store