added .gitignore to empty directories (cos right now git does not track directories)
commit3165eab73fef89ea6176aa1cbdbef7c0d7b8b4c0
authorPriit Tamboom <priit@mx.ee>
Fri, 16 Nov 2007 06:52:02 +0000 (16 14:52 +0800)
committerPriit Tamboom <priit@mx.ee>
Fri, 16 Nov 2007 06:52:02 +0000 (16 14:52 +0800)
treef988cb69815438d48e07c7c12ce40c92890a113c
parentb0baa277f81f0b98a10caa973cab939bb3dbb230
added .gitignore to empty directories (cos right now git does not track directories)
16 files changed:
app/models/.gitignore [new file with mode: 0644]
app/views/layouts/.gitignore [new file with mode: 0644]
db/.gitignore [new file with mode: 0644]
lib/tasks/.gitignore [new file with mode: 0644]
public/stylesheets/.gitignore [new file with mode: 0644]
test/fixtures/.gitignore [new file with mode: 0644]
test/functional/.gitignore [new file with mode: 0644]
test/integration/.gitignore [new file with mode: 0644]
test/mocks/development/.gitignore [new file with mode: 0644]
test/mocks/test/.gitignore [new file with mode: 0644]
test/unit/.gitignore [new file with mode: 0644]
tmp/cache/.gitignore [new file with mode: 0644]
tmp/pids/.gitignore [new file with mode: 0644]
tmp/sessions/.gitignore [new file with mode: 0644]
tmp/sockets/.gitignore [new file with mode: 0644]
vendor/plugins/.gitignore [new file with mode: 0644]