Skip to content

Commit

Permalink
created new .gitignore in /log/ dir. fixed startup bug caused by havi…
Browse files Browse the repository at this point in the history
…ng no 'log' directory. [#2 state:resolved]
  • Loading branch information
bakkdoor committed Sep 3, 2008
1 parent a342ff1 commit 2a7c82c
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 0 additions & 2 deletions src/.gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,3 @@
log/*.log
log/development.log
tmp/**/*
.DS_Store
db/*.sqlite3
Expand Down
1 change: 1 addition & 0 deletions src/log/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
*.log

0 comments on commit 2a7c82c

Please sign in to comment.