From 53d01b3599ded06b7c31cf8d23b7424cac3709d5 Mon Sep 17 00:00:00 2001 From: Denis 'GNUtoo' Carikli Date: Tue, 31 Aug 2021 19:48:54 +0200 Subject: gitignore: add forgotten test files Running tests (and even just running autogen.sh) produces files used during the tests, and so git has to ignore these as they are produced during the build procedure. Ideally they should have been added to gitignore when I added the tests that generated these files but I forgot. Signed-off-by: Denis 'GNUtoo' Carikli --- .gitignore | 12 ++++++++++++ 1 file changed, 12 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index aac9b14..d901273 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,15 @@ +# Tests +/samsung-ipc/tests/libsamsung-ipc-test +/samsung-ipc/tests/libsamsung-ipc-test.log +/samsung-ipc/tests/libsamsung-ipc-test.trs +/samsung-ipc/tests/test-suite.log +/test-driver +/tools/nv_data-imei.log +/tools/nv_data-imei.trs +/tools/nv_data-md5.log +/tools/nv_data-md5.trs +/tools/test-suite.log + # Text editors \#.*\# *~ -- cgit v1.2.3