From 6a41b30e70c646bcc6a46c6209535f5fb94db096 Mon Sep 17 00:00:00 2001 From: "Florian Aders (EleRas)" Date: Mon, 11 Jul 2011 17:32:09 +0200 Subject: [PATCH] Add the correct cache-directories and add .keep, so git will add them Signed-off-by: Florian Aders (EleRas) --- .gitignore | 2 -- cache/.gitignore | 1 + cache/.keep | 0 templates_c/.gitignore | 1 + templates_c/.keep | 0 5 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 cache/.gitignore create mode 100644 cache/.keep create mode 100644 templates_c/.gitignore create mode 100644 templates_c/.keep diff --git a/.gitignore b/.gitignore index 5c46de67..f9136f27 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,2 @@ -templates_c/* -cache/* packages/* temp/* diff --git a/cache/.gitignore b/cache/.gitignore new file mode 100644 index 00000000..72e8ffc0 --- /dev/null +++ b/cache/.gitignore @@ -0,0 +1 @@ +* diff --git a/cache/.keep b/cache/.keep new file mode 100644 index 00000000..e69de29b diff --git a/templates_c/.gitignore b/templates_c/.gitignore new file mode 100644 index 00000000..72e8ffc0 --- /dev/null +++ b/templates_c/.gitignore @@ -0,0 +1 @@ +* diff --git a/templates_c/.keep b/templates_c/.keep new file mode 100644 index 00000000..e69de29b