diff options
author | William Hubbs <w.d.hubbs@gmail.com> | 2013-09-01 16:30:18 -0500 |
---|---|---|
committer | William Hubbs <w.d.hubbs@gmail.com> | 2013-09-01 16:30:18 -0500 |
commit | 4ce3cb90a035b74f4f6bcce1a0f1bca841e6424f (patch) | |
tree | 675180c8c8b3590fd872ebb77d2b1831d587cbf3 /init.d | |
parent | a78b18e291bd7f55b176958074f41327f2d0e196 (diff) |
init.d: update ignore patterns
Remove net.lo* from the ignore pattern since these scripts are no longer
part of OpenRC and add loopback and tmpfiles.dev.
Diffstat (limited to 'init.d')
-rw-r--r-- | init.d/.gitignore | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/init.d/.gitignore b/init.d/.gitignore index c42cd770..3a5d0038 100644 --- a/init.d/.gitignore +++ b/init.d/.gitignore @@ -3,9 +3,8 @@ fsck hostname local localmount +loopback moused -net.lo -net.lo0 netmount network root @@ -41,4 +40,5 @@ syslogd termencoding ttys wscons +tmpfiles.dev tmpfiles.setup |