From 6e7b06c45f23ed51ee993ec78c36b70f1b920da0 Mon Sep 17 00:00:00 2001 From: Darren 'Tadgy' Austin Date: Sun, 5 Nov 2023 22:19:49 +0000 Subject: [PATCH] Add stub nas0 branch. --- .gitignore | 28 ++++++++++++++++++++++++++++ README | 3 --- 2 files changed, 28 insertions(+), 3 deletions(-) create mode 100644 .gitignore delete mode 100644 README diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..4fce544 --- /dev/null +++ b/.gitignore @@ -0,0 +1,28 @@ +/.rnd +/.update_success +/apps/ +/bin/ +/boot/ +/data/ +/dev/ +/esxcli.log +/etc/ +/frontview/ +/ftp_ban.tbl +/home/ +/homes +/lib/ +/lib64/ +/media/ +/mnt/ +/opt/ +/proc/ +/root/ +/run/ +/sbin/ +/selinux/ +/srv/ +/sys/ +/tmp/ +/usr/ +/var/ diff --git a/README b/README deleted file mode 100644 index f10b50a..0000000 --- a/README +++ /dev/null @@ -1,3 +0,0 @@ -System configurations are stored in a seperate branch for each host or purpose. - -Check out (git checkout) the appropriate branch to find the configurations.