From 602369c6a27923111aa5c3ecce8ac7316cd18ddd Mon Sep 17 00:00:00 2001 From: Igor Minar Date: Fri, 29 Oct 2010 10:00:45 -0700 Subject: [PATCH] creating logs/ and tmp/ dirs --- logs/.gitignore | 2 ++ tmp/.gitignore | 2 ++ 2 files changed, 4 insertions(+) create mode 100644 logs/.gitignore create mode 100644 tmp/.gitignore diff --git a/logs/.gitignore b/logs/.gitignore new file mode 100644 index 000000000000..d6b7ef32c847 --- /dev/null +++ b/logs/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore diff --git a/tmp/.gitignore b/tmp/.gitignore new file mode 100644 index 000000000000..d6b7ef32c847 --- /dev/null +++ b/tmp/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore