diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2012-03-22 22:58:51 +0100 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2013-01-13 22:40:51 +0100 |
commit | 92de7e4515376d9833b035b7356cf5c57903fbc6 (patch) | |
tree | b72a4ada0a529702f5588ca9684880e43c965aca /.gitignore | |
parent | 5342546d264aeb855fdfedce616941a4d131751e (diff) | |
download | usdx-92de7e4515376d9833b035b7356cf5c57903fbc6.tar.gz usdx-92de7e4515376d9833b035b7356cf5c57903fbc6.tar.xz usdx-92de7e4515376d9833b035b7356cf5c57903fbc6.zip |
gitignore: ignore rotated logfiles
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -23,4 +23,4 @@ autom4te.cache/ coverage/
usdx
debug.log
-debug.?.log
+debug.log.*
|