diff --git a/doc/.gitignore b/doc/.gitignore new file mode 100644 index 00000000..a2c6f833 --- /dev/null +++ b/doc/.gitignore @@ -0,0 +1 @@ +net.example diff --git a/etc/.gitignore b/etc/.gitignore new file mode 100644 index 00000000..6d86e6da --- /dev/null +++ b/etc/.gitignore @@ -0,0 +1,3 @@ +rc.conf +rc +rc.shutdown diff --git a/init.d/.gitignore b/init.d/.gitignore index 32350d4f..e04a53f7 100644 --- a/init.d/.gitignore +++ b/init.d/.gitignore @@ -7,4 +7,22 @@ localmount netmount root swap +sysctl urandom +hostid +moused +newsyslog +pf +rarpd +rc-enabled +rpcbind +savecore +syslogd +adjkerntz +devd +dumpon +ipfw +mixer +nscd +powerd +syscons diff --git a/net/.gitignore b/net/.gitignore new file mode 100644 index 00000000..57c5832e --- /dev/null +++ b/net/.gitignore @@ -0,0 +1,2 @@ +ifconfig.sh +iwconfig.sh diff --git a/sh/.gitignore b/sh/.gitignore index e25c5e0f..91d8a146 100644 --- a/sh/.gitignore +++ b/sh/.gitignore @@ -3,3 +3,4 @@ gendepends.sh net.sh rc-functions.sh runscript.sh +init.sh