diff options
author | Brian Behlendorf <[email protected]> | 2011-08-01 10:27:54 -0700 |
---|---|---|
committer | Brian Behlendorf <[email protected]> | 2011-08-01 10:27:54 -0700 |
commit | bfb73f92773dc3471e3a6274970c02e0700b6c7d (patch) | |
tree | 74176b1e6c3cf6a4673d86496d0d7d76e24e2a70 | |
parent | 5faa9c0367e8d6b1ee1c45f1ebeffd3e53ef35e8 (diff) |
Add .gitignore for zfs.<distro> init scripts
Treat the automatically generated zfs.<distro> init scripts
as build products by adding them to a directory specific
.gitignore file.
-rw-r--r-- | etc/init.d/.gitignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/etc/init.d/.gitignore b/etc/init.d/.gitignore new file mode 100644 index 000000000..601a25a46 --- /dev/null +++ b/etc/init.d/.gitignore @@ -0,0 +1,6 @@ +zfs.arch +zfs.fedora +zfs.gentoo +zfs.lsb +zfs.lunar +zfs.redhat |