From: Emil Velikov Date: Sun, 9 Nov 2025 21:47:09 +0000 (+0000) Subject: .gitignore: remove majority of listings X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b2a471d552038c70c0898ce687f0e7bc42877c71;p=thirdparty%2Fkmod.git .gitignore: remove majority of listings With the move to meson. only out-of-tree builds are allowed. As such, we can remove ~90% of the contents of our .gitignore file(s). Signed-off-by: Emil Velikov Reviewed-by: Lucas De Marchi Link: https://github.com/kmod-project/kmod/pull/pull/400 Signed-off-by: Lucas De Marchi --- diff --git a/.gitignore b/.gitignore index 55915135..65d02aee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,32 +1,9 @@ -*.o -*.gcda -*.gcno -*.pc /*.tar.xz /*.md5sum /*.mbx /*.cover -.deps/ -.libs/ -/Makefile -/Makefile.in -/aclocal.m4 -/autom4te.cache/ -/build-aux/ -/config.h -/config.h.in -/config.log -/config.status -/configure -/cov-int -/coverage -/gtk-doc.make -/gtk-doc.m4 /kmod-*.tar.* -/libtool -/stamp-h1 -/test-suite.log /build /build-* diff --git a/libkmod/.gitignore b/libkmod/.gitignore deleted file mode 100644 index 826fd623..00000000 --- a/libkmod/.gitignore +++ /dev/null @@ -1,6 +0,0 @@ -.dirstamp -.deps/ -.libs/ -*.la -*.lo -libkmod.pc diff --git a/libkmod/docs/.gitignore b/libkmod/docs/.gitignore deleted file mode 100644 index 7514b08b..00000000 --- a/libkmod/docs/.gitignore +++ /dev/null @@ -1,14 +0,0 @@ -*.bak -*.stamp -*.sgml -libkmod.* -libkmod-*.xml -!libkmod-docs.xml -libkmod-*.txt -!libkmod-sections.txt -version.xml -xml -html -gtk-doc.make -Makefile -Makefile.in diff --git a/man/.gitignore b/man/.gitignore deleted file mode 100644 index a229b2f7..00000000 --- a/man/.gitignore +++ /dev/null @@ -1,4 +0,0 @@ -*.5 -*.8 -Makefile -Makefile.in diff --git a/shared/.gitignore b/shared/.gitignore deleted file mode 100644 index 088ef797..00000000 --- a/shared/.gitignore +++ /dev/null @@ -1,5 +0,0 @@ -.dirstamp -.deps/ -.libs/ -*.la -*.lo diff --git a/testsuite/.gitignore b/testsuite/.gitignore deleted file mode 100644 index f0289d47..00000000 --- a/testsuite/.gitignore +++ /dev/null @@ -1,54 +0,0 @@ -*.lo -*.la -*.so -/.dirstamp -/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-weakdep -/rootfs -/stamp-rootfs -/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-weakdep.log -/test-weakdep.trs diff --git a/testsuite/module-playground/.gitignore b/testsuite/module-playground/.gitignore deleted file mode 100644 index e4d99cf7..00000000 --- a/testsuite/module-playground/.gitignore +++ /dev/null @@ -1,11 +0,0 @@ -*.ko -.cache.mk -*.mod.c -.tmp_versions -*.mod -*.a -*.cmd -*.o.d - -modules.order -Module.symvers diff --git a/tools/.gitignore b/tools/.gitignore deleted file mode 100644 index 3e341600..00000000 --- a/tools/.gitignore +++ /dev/null @@ -1,15 +0,0 @@ -/.dirstamp -/depmod -/insmod -/kmod -/kmod-depmod -/kmod-insmod -/kmod-lsmod -/kmod-modinfo -/kmod-modprobe -/kmod-rmmod -/lsmod -/modinfo -/modprobe -/rmmod -/test