Add the correct cache-directories and add .keep, so git will add them

Signed-off-by: Florian Aders (EleRas) <eleras@froxlor.org>
This commit is contained in:
Florian Aders (EleRas) 2011-07-11 17:32:09 +02:00
parent 0808bacb39
commit 6a41b30e70
5 changed files with 2 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,4 +1,2 @@
templates_c/*
cache/*
packages/*
temp/*

1
cache/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*

0
cache/.keep vendored Normal file
View File

1
templates_c/.gitignore vendored Normal file
View File

@ -0,0 +1 @@
*

0
templates_c/.keep Normal file
View File