diff options
author | Tuomo Tanskanen <tumi@tumi.fi> | 2013-11-10 20:46:58 +0200 |
---|---|---|
committer | Tuomo Tanskanen <tumi@tumi.fi> | 2013-11-10 20:46:58 +0200 |
commit | 47e82ad80998afff6a384deb042d1d69e57ea3cb (patch) | |
tree | 405e7650af2d41b600c091574f42fc1a9bc85d81 | |
parent | d5486093ea1b7249069aa1fb310cfc74434039d4 (diff) | |
download | gitlab-shell-47e82ad80998afff6a384deb042d1d69e57ea3cb.tar.gz |
Update .gitignore
Ignore gzipped logs as well.
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1,3 +1,4 @@ config.yml tmp/* *.log +/*.log.* |