diff options
| author | 2019-03-06 13:28:08 +0000 | |
|---|---|---|
| committer | 2019-03-06 13:28:08 +0000 | |
| commit | 5fb9eb51319a07e2555e689917b07dff992fcbb8 (patch) | |
| tree | cc043e028fc2b6992685164e6f305517fd70703c | |
| parent | Also print private notices (diff) | |
| signature | ||
gitignore .log files in any directory
| -rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -11,7 +11,8 @@ pip-log.txt pip-delete-this-directory.txt # logging -logs/*.log* +*.log +*.log.* # databases *.db |
