From 4111bc0fc7fa00b40f401445bc84da1e39afeeb5 Mon Sep 17 00:00:00 2001 From: Lucas De Marchi Date: Tue, 15 Jan 2013 18:03:55 -0200 Subject: [PATCH] gitignore: ignore files generated by Automake's testsuite These files are generated by Automake 1.13 when running the testsuite. --- .gitignore | 1 + testsuite/.gitignore | 20 ++++++++++++++++++++ 2 files changed, 21 insertions(+) diff --git a/.gitignore b/.gitignore index 8d7c74a..5bfab9a 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 9706d3c..71f34cc 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 -- 2.7.4