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 <gnu...@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

_______________________________________________
Replicant mailing list
Replicant@osuosl.org
https://lists.osuosl.org/mailman/listinfo/replicant

Reply via email to