aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-08-31 19:48:54 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2021-09-01 15:21:37 +0200
commit53d01b3599ded06b7c31cf8d23b7424cac3709d5 (patch)
tree273c889087539b18b0121ad24057a8cbd26d77a4 /.gitignore
parentecdd724d587fdcb0cef1e36d437f25d3b5918eaf (diff)
downloadhardware_replicant_libsamsung-ipc-53d01b3599ded06b7c31cf8d23b7424cac3709d5.tar.gz
hardware_replicant_libsamsung-ipc-53d01b3599ded06b7c31cf8d23b7424cac3709d5.tar.bz2
hardware_replicant_libsamsung-ipc-53d01b3599ded06b7c31cf8d23b7424cac3709d5.zip
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 <GNUtoo@cyberdimension.org>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore12
1 files changed, 12 insertions, 0 deletions
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
\#.*\#
*~