diff options
author | Christopher Baines <chris@lucida.cbaines.net> | 2015-12-24 10:59:02 +0000 |
---|---|---|
committer | Christopher Baines <mail@cbaines.net> | 2015-12-30 13:09:00 +0000 |
commit | b12129f0da219291e52b1725dae24528c882a55e (patch) | |
tree | cd37cd6b7f4a53eb7078dfdc1ff54639c9b45491 /.gitignore | |
download | prometheus-pgbouncer-exporter-b12129f0da219291e52b1725dae24528c882a55e.tar prometheus-pgbouncer-exporter-b12129f0da219291e52b1725dae24528c882a55e.tar.gz |
Initial commit
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..1ade7e4 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ + +__pycache__ +*.pyc +*.egg-info + +.pybuild +debian/files +debian/prometheus-pgbouncer-exporter +*.log +*.debhelper +*.substvars |