diff options
author | 2020-10-06 18:15:09 -0400 | |
---|---|---|
committer | 2020-10-06 18:15:09 -0400 | |
commit | e90c819fbbb09a8c6f0e1604a1abc89ba475817a (patch) | |
tree | fba68db76e1f995432009d9f573eb6b77b345c44 | |
parent | PR #1216 Starify: correctly show old nick (diff) | |
parent | Merge branch 'master' into gitignore-log (diff) |
Merge pull request #1218 from Numerlor/gitignore-log
Include rolled over bot logs in gitignore
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index fb3156ab1..2074887ad 100644 --- a/.gitignore +++ b/.gitignore @@ -110,6 +110,7 @@ ENV/ # Logfiles log.* +*.log.* # Custom user configuration config.yml |