diff options
author | Brian Behlendorf <[email protected]> | 2018-05-13 18:59:02 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2018-05-13 18:59:02 -0700 |
commit | b669ab83bb3636e86b8fda271ee1549f2692d03a (patch) | |
tree | c948b6e5354e8ac2bd153780f6aeafde5b037e87 /.gitignore | |
parent | bc5f51c5de21fd8b7cf3110801a6b1db1e4c3d0a (diff) |
Ignore *.o.ur-safe build artifacts
Generated when building on Ubuntu 18.04. Also ignore the new
dynamically generated zfs-mount-generator.8 man page, and the
module/.cache.mk file.
Reviewed-by: Giuseppe Di Natale <[email protected]>
Signed-off-by: Brian Behlendorf <[email protected]>
Closes #7534
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index bfce0902f..3a8cb2e86 100644 --- a/.gitignore +++ b/.gitignore @@ -14,6 +14,7 @@ # Normal rules # *.[oa] +*.o.ur-safe *.lo *.la *.mod.c |