Update .gitignore to exclude the keys/ testing directory, and *.log files.
parent
e0f0023c81
commit
b0dda3e0e4
|
@ -43,3 +43,7 @@ TAGS
|
||||||
|
|
||||||
# notes
|
# notes
|
||||||
*.org
|
*.org
|
||||||
|
|
||||||
|
# Ignore log files and directories from tests:
|
||||||
|
keys/*
|
||||||
|
*.log
|
||||||
|
|
Loading…
Reference in New Issue