diff options
author | 2020-10-06 21:36:34 +0200 | |
---|---|---|
committer | 2020-10-06 21:36:34 +0200 | |
commit | 672704841ddfe79d393a621e8c934bdb362f4ef0 (patch) | |
tree | 1e9d868b2fda3c87c8032383eef2f1126ba6e132 | |
parent | Merge pull request #1211 from python-discord/Den4200/fix/rules (diff) |
Include rolled over logs in gitignore
RotatingFileHandler appends .# to log names when rolling over to a new
file.
-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 |