Ignore log files generated when running the test suite.

* .gitignore: Ignore .log files.
This commit is contained in:
sirgazil 2019-03-05 16:49:31 -05:00
parent b975164c19
commit 7bf974a74d
No known key found for this signature in database
GPG Key ID: 2D4F0077694FE844
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored
View File

@ -1,2 +1,5 @@
*~
,*
# Guile Scheme SRFI 64
*.log