diff options
| author | Bogdan Drutu <bdrutu@google.com> | 2017-03-22 19:23:35 -0700 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-22 19:23:35 -0700 |
| commit | b0e60500627291bb71c2a1d0eda84fab7af790df (patch) | |
| tree | 1401c24e077c202c38869149f37e3e35aff2f387 /.gitignore | |
| parent | 25486324e39093a68eb01e89a99b723241d21b90 (diff) | |
| download | platform_external_opencensus-java-b0e60500627291bb71c2a1d0eda84fab7af790df.tar.gz platform_external_opencensus-java-b0e60500627291bb71c2a1d0eda84fab7af790df.tar.bz2 platform_external_opencensus-java-b0e60500627291bb71c2a1d0eda84fab7af790df.zip | |
Remove maven support for instrumentation-java. (#166)
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -7,7 +7,7 @@ local.properties # Bazel bazel-* -# Maven (examples) +# Maven (proto) target # IntelliJ IDEA @@ -27,5 +27,8 @@ bin *~ \#*\# +# Vim +.swp + # Other TAGS |
