diff options
Diffstat (limited to 'vendor/github.com/rcrowley/go-metrics/.gitignore')
-rw-r--r-- | vendor/github.com/rcrowley/go-metrics/.gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/vendor/github.com/rcrowley/go-metrics/.gitignore b/vendor/github.com/rcrowley/go-metrics/.gitignore new file mode 100644 index 000000000..83c8f8237 --- /dev/null +++ b/vendor/github.com/rcrowley/go-metrics/.gitignore @@ -0,0 +1,9 @@ +*.[68] +*.a +*.out +*.swp +_obj +_testmain.go +cmd/metrics-bench/metrics-bench +cmd/metrics-example/metrics-example +cmd/never-read/never-read |