diff options
author | Michael Niewöhner <[email protected]> | 2019-12-02 22:23:47 +0100 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2019-12-02 13:23:47 -0800 |
commit | e69bb31b71f60b338fa5510dc48de298f394ad73 (patch) | |
tree | f373ff3879b967885265f354065e8f6ff90d5c72 /.gitignore | |
parent | 51420321068e905445e625def28fadc7c3625e13 (diff) |
Adapt gitignore for modules
Remove the specific gitignore rules for module left-overs and add a
generic one in modules/.
Reviewed-by: Ryan Moeller <[email protected]>
Reviewed-by: Brian Behlendorf <[email protected]>
Reviewed-by: Kjeld Schouten <[email protected]>
Signed-off-by: Michael Niewöhner <[email protected]>
Closes #9656
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/.gitignore b/.gitignore index 19377a7b1..57867bfc6 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 |