Skip to content

Commit

Permalink
Replaced the terrible empty files with pretty .gitignore files (will …
Browse files Browse the repository at this point in the history
…ignore all files in a directory except themselves)
  • Loading branch information
Wolg committed Jul 10, 2012
1 parent c32a35a commit 83e12a5
Show file tree
Hide file tree
Showing 12 changed files with 12 additions and 0 deletions.
2 changes: 2 additions & 0 deletions app/tmp/cache/models/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore
Empty file removed app/tmp/cache/models/empty
Empty file.
2 changes: 2 additions & 0 deletions app/tmp/cache/persistent/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore
Empty file removed app/tmp/cache/persistent/empty
Empty file.
2 changes: 2 additions & 0 deletions app/tmp/cache/views/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore
Empty file removed app/tmp/cache/views/empty
Empty file.
2 changes: 2 additions & 0 deletions app/tmp/logs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore
Empty file removed app/tmp/logs/empty
Empty file.
2 changes: 2 additions & 0 deletions app/tmp/sessions/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore
Empty file removed app/tmp/sessions/empty
Empty file.
2 changes: 2 additions & 0 deletions app/tmp/tests/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
*
!.gitignore
Empty file removed app/tmp/tests/empty
Empty file.

0 comments on commit 83e12a5

Please sign in to comment.