.gitignore *.log

This commit is contained in:
Jack May 2018-10-24 10:58:27 -07:00
parent 2f2531d921
commit fc75827aaf
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -14,3 +14,6 @@ Cargo.lock
# test temp files, ledgers, etc.
/farf/
# log files
*.log