aboutsummaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorMarc Carré <marccarre@users.noreply.github.com>2018-03-16 01:03:49 +0000
committerHailong Wen <youxiabsyw@gmail.com>2018-03-15 18:03:49 -0700
commit8190805f302dfe4282a69b1c077dc6097abebdd2 (patch)
treeb545366faad899c060b48964f7221cb3504b5890 /.gitignore
parente43d9c496557a388bffa61e33f39c305d6d86740 (diff)
downloadopencensus-java-8190805f302dfe4282a69b1c077dc6097abebdd2.tar.gz
Add traces exporter to Jaeger (#1023)
* Add git-ignores. * Add traces exporter to Jaeger (+tests). * Add string tag with events' description to Jaeger exporter (+tests). * Add integration test for Jaeger exporter (manually run).
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 922bc70b..685c85a3 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,6 +3,7 @@ build
gradle.properties
.gradle
local.properties
+out/
# Bazel
bazel-*
@@ -13,6 +14,7 @@ target
# IntelliJ IDEA
.idea
*.iml
+.editorconfig
# Eclipse
.classpath