Fixed gitignore

This commit is contained in:
Karl Cordes 2013-03-23 16:30:33 +11:00
parent 1211ea2043
commit 4ddc568e62

28
.gitignore vendored
View file

@ -1,20 +1,14 @@
tmp/logs/* app/tmp/*
tmp/cache/models/*
tmp/cache/persistent/*
tmp/cache/views/*
tmp/sessions/*
tmp/tests/*
tmp/*
*.tar.gz *.tar.gz
*.swp *.swp
*.swo *.swo
vendors/tcpdf/cache/* app/vendors/tcpdf/cache/*
tests/* app/tests/*
emails/* app/emails/*
nbproject/* app/nbproject/*
processed_vaultmsgs/* app/processed_vaultmsgs/*
vaultmsgs/* app/vaultmsgs/*
cake_eclipse_helper.php app/cake_eclipse_helper.php
config/* app/config/*
webroot/pdf/* app/webroot/pdf/*
webroot/attachments_files/* app/webroot/attachments_files/*