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