diff options
author | Christopher Baines <mail@cbaines.net> | 2020-08-31 13:38:22 +0100 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2020-08-31 13:38:22 +0100 |
commit | 5acbc44d2d6c89fd984ef2353f81f73d4e227a33 (patch) | |
tree | ff657d482aa9d95ad1e62585c0b2432e7b190e26 /.gitignore | |
download | prometheus-5acbc44d2d6c89fd984ef2353f81f73d4e227a33.tar prometheus-5acbc44d2d6c89fd984ef2353f81f73d4e227a33.tar.gz |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..10520ac --- /dev/null +++ b/.gitignore @@ -0,0 +1,19 @@ +*.go +Makefile.in +Makefile +aclocal.m4 +autom4te.cache +config.log +config.status +configure + +build-aux/install-sh +build-aux/missing + +*.log +tests/*.log +tests/*.trs + +pre-inst-env + +.local.envrc |