Updated gitignore

* .gitignore: Added in tests and logs to be ignored.
This commit is contained in:
Barra Ó Catháin 2024-04-15 23:36:44 +01:00
parent ea76226760
commit bbcde81eaf
1 changed files with 5 additions and 1 deletions

6
.gitignore vendored
View File

@ -110,4 +110,8 @@ config.h
config.h.in
stamp-h1
build/
build/
# Tests:
*.log
*_test*