mirror of
https://git.proxmox.com/git/mirror_zfs.git
synced 2024-11-17 10:01:01 +03:00
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:
parent
e74055920e
commit
85204e30dd
12
.gitignore
vendored
12
.gitignore
vendored
@ -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
1
module/.gitignore
vendored
@ -5,6 +5,7 @@
|
|||||||
*.dwo
|
*.dwo
|
||||||
.*.cmd
|
.*.cmd
|
||||||
.*.d
|
.*.d
|
||||||
|
*.mod
|
||||||
|
|
||||||
/.cache.mk
|
/.cache.mk
|
||||||
/.tmp_versions
|
/.tmp_versions
|
||||||
|
Loading…
Reference in New Issue
Block a user