diff options
| author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-08-31 19:48:54 +0200 |
|---|---|---|
| committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2021-09-01 15:21:37 +0200 |
| commit | 53d01b3599ded06b7c31cf8d23b7424cac3709d5 (patch) | |
| tree | 273c889087539b18b0121ad24057a8cbd26d77a4 /.gitignore | |
| parent | ecdd724d587fdcb0cef1e36d437f25d3b5918eaf (diff) | |
| download | hardware_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-- | .gitignore | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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 \#.*\# *~ |
