From c8cb5cd3db4dfa28d055cec70f4082cf5c8fe33e Mon Sep 17 00:00:00 2001 From: Sven Slootweg Date: Sat, 7 Dec 2013 03:33:05 +0100 Subject: [PATCH] Fix .gitignore --- .gitignore | 1 + cstatsd/config/{machine.yaml => machine.yaml.example} | 0 cstatsd/config/{ports.yaml => ports.yaml.example} | 0 3 files changed, 1 insertion(+) create mode 100644 .gitignore rename cstatsd/config/{machine.yaml => machine.yaml.example} (100%) rename cstatsd/config/{ports.yaml => ports.yaml.example} (100%) diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5d3fc77 --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +cstatsd/config/*.yaml diff --git a/cstatsd/config/machine.yaml b/cstatsd/config/machine.yaml.example similarity index 100% rename from cstatsd/config/machine.yaml rename to cstatsd/config/machine.yaml.example diff --git a/cstatsd/config/ports.yaml b/cstatsd/config/ports.yaml.example similarity index 100% rename from cstatsd/config/ports.yaml rename to cstatsd/config/ports.yaml.example