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