summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLiam Monahan <liam@umiacs.umd.edu>2014-07-17 12:51:25 -0400
committerLiam Monahan <liam@umiacs.umd.edu>2014-07-17 12:51:25 -0400
commite6c565c683fbca8fe2034efd3accf29c81506ad0 (patch)
tree0433bb9e106f0b1aa91d31d0d0a72d55d147a1a7
parent59bffe6b1ed6ed425723cf6d98259bdee9f75f0a (diff)
downloadgitlab-shell-e6c565c683fbca8fe2034efd3accf29c81506ad0.tar.gz
Match .log* instead of .log.* in .gitignore
Something like gitlab-shell.log-20140626.gz will not be caught by the original pattern match since '.' is taken as a literal character.
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index 5eb0e6e..64d19e1 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,5 @@
config.yml
tmp/*
*.log
-/*.log.*
+/*.log*
authorized_keys.lock