From: Lucas De Marchi Date: Tue, 15 Jan 2013 20:03:55 +0000 (-0200) Subject: gitignore: ignore files generated by Automake's testsuite X-Git-Tag: v13~20 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4111bc0fc7fa00b40f401445bc84da1e39afeeb5;p=thirdparty%2Fkmod.git gitignore: ignore files generated by Automake's testsuite These files are generated by Automake 1.13 when running the testsuite. --- diff --git a/.gitignore b/.gitignore index 8d7c74a5..5bfab9a1 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,7 @@ Makefile.in /configure /libtool /stamp-h1 +/test-suite.log *~ .*.swp diff --git a/testsuite/.gitignore b/testsuite/.gitignore index 9706d3c4..71f34cc9 100644 --- a/testsuite/.gitignore +++ b/testsuite/.gitignore @@ -14,3 +14,23 @@ /test-modprobe /rootfs /stamp-rootfs +/test-alias.log +/test-alias.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-loaded.log +/test-loaded.trs +/test-modinfo.log +/test-modinfo.trs +/test-modprobe.log +/test-modprobe.trs +/test-new-module.log +/test-new-module.trs +/test-testsuite.log +/test-testsuite.trs