]> git.ipfire.org Git - thirdparty/kmod.git/commitdiff
.gitignore: remove majority of listings
authorEmil Velikov <emil.l.velikov@gmail.com>
Sun, 9 Nov 2025 21:47:09 +0000 (21:47 +0000)
committerLucas De Marchi <demarchi@kernel.org>
Tue, 3 Feb 2026 04:59:03 +0000 (22:59 -0600)
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 <emil.l.velikov@gmail.com>
Reviewed-by: Lucas De Marchi <demarchi@kernel.org>
Link: https://github.com/kmod-project/kmod/pull/pull/400
Signed-off-by: Lucas De Marchi <demarchi@kernel.org>
.gitignore
libkmod/.gitignore [deleted file]
libkmod/docs/.gitignore [deleted file]
man/.gitignore [deleted file]
shared/.gitignore [deleted file]
testsuite/.gitignore [deleted file]
testsuite/module-playground/.gitignore [deleted file]
tools/.gitignore [deleted file]

index 559151350c8f2507bed36b64129010e11b064a9e..65d02aee8e98272f95f28d2334d3a9788ea4ab75 100644 (file)
@@ -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 (file)
index 826fd62..0000000
+++ /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 (file)
index 7514b08..0000000
+++ /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 (file)
index a229b2f..0000000
+++ /dev/null
@@ -1,4 +0,0 @@
-*.5
-*.8
-Makefile
-Makefile.in
diff --git a/shared/.gitignore b/shared/.gitignore
deleted file mode 100644 (file)
index 088ef79..0000000
+++ /dev/null
@@ -1,5 +0,0 @@
-.dirstamp
-.deps/
-.libs/
-*.la
-*.lo
diff --git a/testsuite/.gitignore b/testsuite/.gitignore
deleted file mode 100644 (file)
index f0289d4..0000000
+++ /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 (file)
index e4d99cf..0000000
+++ /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 (file)
index 3e34160..0000000
+++ /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