diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -13,3 +13,9 @@ # Ignore all logfiles and tempfiles. /log/*.log /tmp +/pkg +/*/pkg +/log +*/Gemfile.lock +test/dummy/log/* +test/dummy/tmp/* |