Adapt gitignore for modules

Remove the specific gitignore rules for module left-overs and add a
generic one in modules/.

Reviewed-by: Ryan Moeller <ryan@ixsystems.com>
Reviewed-by: Brian Behlendorf <behlendorf1@llnl.gov>
Reviewed-by: Kjeld Schouten <kjeld@schouten-lebbing.nl>
Signed-off-by: Michael Niewöhner <foss@mniewoehner.de>
Closes #9656
This commit is contained in:
Michael Niewöhner 2019-12-02 22:23:47 +01:00 committed by Tony Hutter
parent e74055920e
commit 85204e30dd
2 changed files with 1 additions and 12 deletions

12
.gitignore vendored
View File

@ -63,15 +63,3 @@ cscope.*
*.orig *.orig
*.log *.log
venv 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

1
module/.gitignore vendored
View File

@ -5,6 +5,7 @@
*.dwo *.dwo
.*.cmd .*.cmd
.*.d .*.d
*.mod
/.cache.mk /.cache.mk
/.tmp_versions /.tmp_versions