aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore21
1 files changed, 20 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index e989a76f..710949e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,6 +1,25 @@
+# Bazel
bazel-*
+
+# Maven (examples)
target
-TAGS
+
+# IntelliJ IDEA
+.idea
+*.iml
+
+# Eclipse
.classpath
.project
.settings
+bin
+
+# OS X
+.DS_Store
+
+# Emacs
+*~
+\#*\#
+
+# Other
+TAGS