From 5d8d645f4e544bd92ec42bf7ca0c23cf464b5be4 Mon Sep 17 00:00:00 2001 From: Chris Alfonso Date: Wed, 21 Mar 2012 10:52:54 -0400 Subject: [PATCH] Removed the *.log from the .gitignore so I can add the dummy files --- .gitignore | 1 - var/log/heat/api.log | 1 + var/log/heat/engine.log | 1 + 3 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 var/log/heat/api.log create mode 100644 var/log/heat/engine.log diff --git a/.gitignore b/.gitignore index c8271c9a5..374f5eafe 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,5 @@ *.pyc *.swp -*.log build dist heat.egg-info diff --git a/var/log/heat/api.log b/var/log/heat/api.log new file mode 100644 index 000000000..dc269db1b --- /dev/null +++ b/var/log/heat/api.log @@ -0,0 +1 @@ +#dummy file diff --git a/var/log/heat/engine.log b/var/log/heat/engine.log new file mode 100644 index 000000000..dc269db1b --- /dev/null +++ b/var/log/heat/engine.log @@ -0,0 +1 @@ +#dummy file