Update .gitignore to exclude the keys/ testing directory, and *.log files.

feature/documentation-builds-dirhtml
Isis Lovecruft 2013-03-14 12:46:54 +00:00 committed by Isis Lovecruft
parent e0f0023c81
commit b0dda3e0e4
1 changed files with 4 additions and 0 deletions

4
.gitignore vendored
View File

@ -43,3 +43,7 @@ TAGS
# notes
*.org
# Ignore log files and directories from tests:
keys/*
*.log