diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 17:03:56 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-19 17:03:56 +0000 |
commit | 18da3ffcd7f3c8a0c5f790c801b5813503c2273d (patch) | |
tree | 84caf98dc5cef3d123c56ba12e35fd67026e0693 /testsuite/.gitignore | |
parent | Initial commit. (diff) | |
download | kmod-18da3ffcd7f3c8a0c5f790c801b5813503c2273d.tar.xz kmod-18da3ffcd7f3c8a0c5f790c801b5813503c2273d.zip |
Adding upstream version 31+20240202.upstream/31+20240202
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'testsuite/.gitignore')
-rw-r--r-- | testsuite/.gitignore | 57 |
1 files changed, 57 insertions, 0 deletions
diff --git a/testsuite/.gitignore b/testsuite/.gitignore new file mode 100644 index 0000000..9d26b88 --- /dev/null +++ b/testsuite/.gitignore @@ -0,0 +1,57 @@ +*.lo +*.la +*.so +/.dirstamp +/test-scratchbuf +/test-strbuf +/test-array +/test-util +/test-blacklist +/test-dependencies +/test-depmod +/test-init +/test-initstate +/test-loaded +/test-modinfo +/test-new-module +/test-testsuite +/test-modprobe +/test-hash +/test-list +/test-tools +/rootfs +/stamp-rootfs +/test-scratchbuf.log +/test-scratchbuf.trs +/test-strbuf.log +/test-strbuf.trs +/test-array.log +/test-array.trs +/test-util.log +/test-util.trs +/test-blacklist.log +/test-blacklist.trs +/test-dependencies.log +/test-dependencies.trs +/test-depmod.log +/test-depmod.trs +/test-init.log +/test-init.trs +/test-initstate.log +/test-initstate.trs +/test-loaded.log +/test-loaded.trs +/test-modinfo.log +/test-modinfo.trs +/test-modprobe.log +/test-modprobe.trs +/test-hash.log +/test-hash.trs +/test-new-module.log +/test-new-module.trs +/test-testsuite.log +/test-testsuite.trs +/test-list.log +/test-list.trs +/test-tools.log +/test-tools.trs |