diff options
-rw-r--r-- | init.d/.gitignore | 1 | ||||
-rw-r--r-- | sh.BSD/.gitignore | 1 | ||||
-rw-r--r-- | sh.Linux/.gitignore | 2 |
3 files changed, 4 insertions, 0 deletions
diff --git a/init.d/.gitignore b/init.d/.gitignore new file mode 100644 index 00000000..1754324a --- /dev/null +++ b/init.d/.gitignore @@ -0,0 +1 @@ +halt.sh diff --git a/sh.BSD/.gitignore b/sh.BSD/.gitignore new file mode 100644 index 00000000..3dfb118f --- /dev/null +++ b/sh.BSD/.gitignore @@ -0,0 +1 @@ +init.sh diff --git a/sh.Linux/.gitignore b/sh.Linux/.gitignore new file mode 100644 index 00000000..06b51ebc --- /dev/null +++ b/sh.Linux/.gitignore @@ -0,0 +1,2 @@ +init.sh +init-early.sh |