From e69bb31b71f60b338fa5510dc48de298f394ad73 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michael=20Niew=C3=B6hner?= Date: Mon, 2 Dec 2019 22:23:47 +0100 Subject: [PATCH] Adapt gitignore for modules MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Remove the specific gitignore rules for module left-overs and add a generic one in modules/. Reviewed-by: Ryan Moeller Reviewed-by: Brian Behlendorf Reviewed-by: Kjeld Schouten Signed-off-by: Michael Niewöhner Closes #9656 --- .gitignore | 12 ------------ module/.gitignore | 1 + 2 files changed, 1 insertion(+), 12 deletions(-) diff --git a/.gitignore b/.gitignore index 19377a7b12..57867bfc6e 100644 --- a/.gitignore +++ b/.gitignore @@ -63,15 +63,3 @@ cscope.* *.orig *.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 diff --git a/module/.gitignore b/module/.gitignore index 1ea8ef0bb8..45e5f99222 100644 --- a/module/.gitignore +++ b/module/.gitignore @@ -5,6 +5,7 @@ *.dwo .*.cmd .*.d +*.mod /.cache.mk /.tmp_versions