diff options
author | Dimitri Staessens <dimitri@ouroboros.rocks> | 2021-07-03 13:06:07 +0200 |
---|---|---|
committer | Dimitri Staessens <dimitri@ouroboros.rocks> | 2021-07-03 13:07:36 +0200 |
commit | 45bb5bd91489f9c4cd604aa80e06a64239e5ea0d (patch) | |
tree | df7fd06a9ecfe2d37ec645d98678a76355f7394b /.gitignore | |
download | ouroboros-metrics-45bb5bd91489f9c4cd604aa80e06a64239e5ea0d.tar.gz ouroboros-metrics-45bb5bd91489f9c4cd604aa80e06a64239e5ea0d.zip |
metrics: Initial commit
Adds .gitignore, BSD license and README.md
Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..e479af5 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +*~ +*# +./exporters-influxdb/pyExporter/config.ini
\ No newline at end of file |