Skip to content

Commit

Permalink
Adapt gitignore for modules
Browse files Browse the repository at this point in the history
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
  • Loading branch information
c0d3z3r0 authored and behlendorf committed Dec 2, 2019
1 parent 5142032 commit e69bb31
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 12 deletions.
12 changes: 0 additions & 12 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions module/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
*.dwo
.*.cmd
.*.d
*.mod

/.cache.mk
/.tmp_versions
Expand Down

0 comments on commit e69bb31

Please sign in to comment.