aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorBogdan Drutu <bdrutu@google.com>2017-03-04 12:33:25 -0800
committerGitHub <noreply@github.com>2017-03-04 12:33:25 -0800
commit224619bdf81fd5288f51e7ba940d9abdd04c239e (patch)
treeb0a3bf16da1a2b603de3897e8b9c935f046d7717 /.gitignore
parent1f5b97ef40edae43e45500abf995c640da5d4274 (diff)
downloadopencensus-java-224619bdf81fd5288f51e7ba940d9abdd04c239e.tar.gz
Update gitignore to ignore IDEA and clasify all ignores by source. (#120)
* Update gitignore to ignore IDEA and clasify all ignores by source.
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