Updated git submodules
[docs.git] / .gitignore
index d00b0df3c450229c2f840fe719de32ff38f46739..168a7fa8c264a68eaf285bdec98626dce61143bc 100644 (file)
@@ -1,12 +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