summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorDominic Pearson <[email protected]>2019-08-20 00:22:52 +0200
committerBrian Behlendorf <[email protected]>2019-08-19 15:22:52 -0700
commitff4b68eedc307e6e9b7f3890b809cbb0e9d73856 (patch)
treea6c048638f23422f0ee8f863950ca599baf453c3 /.gitignore
parentf6fbe25664629d1ae6a3b186f14ec69dbe6c6232 (diff)
Linux 5.3 compat: Makefile subdir-m no longer supported
Uses obj-m instead, due to kernel changes. See LKML: Masahiro Yamada, Tue, 6 Aug 2019 19:03:23 +0900 Reviewed-by: Brian Behlendorf <[email protected]> Reviewed-by: Tony Hutter <[email protected]> Signed-off-by: Dominic Pearson <[email protected]> Closes #9169
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore11
1 files changed, 11 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 549fa59f3..ae9e22dfa 100644
--- a/.gitignore
+++ b/.gitignore
@@ -63,3 +63,14 @@ cscope.*
*.log
venv
+#
+# Module leftovers
+#
+/module/avl/zavl.mod
+/module/icp/icp.mod
+/module/lua/zlua.mod
+/module/nvpair/znvpair.mod
+/module/spl/spl.mod
+/module/unicode/zunicode.mod
+/module/zcommon/zcommon.mod
+/module/zfs/zfs.mod