[Replicant] [libsamsung-ipc] [PATCH 03/14] gitignore: add forgotten test files

Denis 'GNUtoo' Carikli GNUtoo at cyberdimension.org
Wed Sep 1 14:25:24 UTC 2021


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 <GNUtoo at cyberdimension.org>
---
 .gitignore | 12 ++++++++++++
 1 file changed, 12 insertions(+)

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
 \#.*\#
 *~
-- 
2.33.0



More information about the Replicant mailing list