diff options
Diffstat (limited to 'vendor/go.uber.org/atomic/.gitignore')
-rw-r--r-- | vendor/go.uber.org/atomic/.gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/go.uber.org/atomic/.gitignore b/vendor/go.uber.org/atomic/.gitignore new file mode 100644 index 00000000..0a4504f1 --- /dev/null +++ b/vendor/go.uber.org/atomic/.gitignore @@ -0,0 +1,11 @@ +.DS_Store +/vendor +/cover +cover.out +lint.log + +# Binaries +*.test + +# Profiling output +*.prof |