Add log files to gitignore

This commit is contained in:
Arinerron 2019-03-28 10:55:06 -07:00
parent 4f66c874f5
commit 8461eed15e
No known key found for this signature in database
GPG Key ID: 99383627861C62F0
1 changed files with 8 additions and 0 deletions

8
.gitignore vendored
View File

@ -18,6 +18,14 @@ core
venv/*
onionr/fs*
# log files
output.log
*.log
onionr/output.log
onionr/*.log
onionr/data/output.log
onionr/data/*.log
# package files
onionr-*.pkg.tar.gz
pkg/