bbf49b21e29978552563d2aa64af36cc154bdba7

Author: José Lorenzo Rodríguez

Date: 2009-04-22 19:04:55 -0430

Changing .gitignore Adding missing directories

diff --git a/.gitignore b/.gitignore index e22a59f..ac9cbdb 100755 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ .DS_Store -tmp/**/* +tmp/* config/database.php uploads/* diff --git a/tmp/cache/models/.gitignore b/tmp/cache/models/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/tmp/cache/persistent/.gitignore b/tmp/cache/persistent/.gitignore new file mode 100644 index 0000000..e69de29 diff --git a/tmp/cache/views/.gitignore b/tmp/cache/views/.gitignore new file mode 100644 index 0000000..e69de29