diff options
author | Roy Marples <roy@marples.name> | 2009-05-05 10:29:52 +0100 |
---|---|---|
committer | Roy Marples <roy@marples.name> | 2009-05-05 10:29:52 +0100 |
commit | d441bf15854b585a0e53019f12f581ddb90dee55 (patch) | |
tree | feada96ffc4c2b072468a6eff531094ddebcbfd9 | |
parent | 43063ae7c2faab221c877defc1957364321a8fa2 (diff) |
Ignore more foo for the BSDs
-rw-r--r-- | init.d/.gitignore | 14 | ||||
-rw-r--r-- | sh/.gitignore | 2 |
2 files changed, 15 insertions, 1 deletions
diff --git a/init.d/.gitignore b/init.d/.gitignore index 18cff28b..7268709a 100644 --- a/init.d/.gitignore +++ b/init.d/.gitignore @@ -3,6 +3,7 @@ fsck hostname local localmount +moused netmount network root @@ -22,4 +23,15 @@ mtab numlock procfs sysfs -termencoding +devdb +hostid +newsyslog +pf +rarpd +rc-enabled +rpcbind +savecore +swap-blk +syslogd +ttys +wscons diff --git a/sh/.gitignore b/sh/.gitignore index a76b2ac0..f416d5b9 100644 --- a/sh/.gitignore +++ b/sh/.gitignore @@ -5,3 +5,5 @@ rc-functions.sh runscript.sh init.sh init-early.sh +ifwatchd-carrier.sh +ifwatchd-nocarrier.sh |