gitignore: add test log files.

They are generated by 'test' target and should be ignored.

Change-Id: Ie378c356ba586e826946abfcfcd8faf2c3ad3c2d
Reviewed-on: https://code.wireshark.org/review/27382
Reviewed-by: Dario Lombardo <lomato@gmail.com>
This commit is contained in:
Dario Lombardo 2018-05-07 15:27:26 +02:00
parent a729c0f173
commit 9a30bad6b6
1 changed files with 1 additions and 0 deletions

1
.gitignore vendored
View File

@ -194,3 +194,4 @@ packaging/rpm/SPECS/wireshark.spec
vgcore.*
Wireshark.*
.pytest_cache/
test/*.log