diff options
| author | David Lamparter <equinox@diac24.net> | 2021-03-27 20:58:43 +0100 |
|---|---|---|
| committer | David Lamparter <equinox@diac24.net> | 2021-03-27 20:59:45 +0100 |
| commit | a077ec8620261a789052a97e50adac1fdbe1df02 (patch) | |
| tree | eaac7e524de3731e92d7445b573bef9adb837e2e /.gitignore | |
| parent | 8304bb4c1107a0b66fde9729ec0cd785b09f9285 (diff) | |
build: ignore test-suite.log
Seems to be created (indirectly, through automake?) by pceplib's CUnit
tests.
Signed-off-by: David Lamparter <equinox@diac24.net>
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 936a6f71ae..cfef99ba97 100644 --- a/.gitignore +++ b/.gitignore @@ -30,6 +30,7 @@ /libtool.orig /changelog-auto /test-driver +/test-suite.log /Makefile /Makefile.in |
