From 8178e5eeeb48b532e2f2c1c4bb144a51aae50af9 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 14 Aug 2020 20:47:50 +1000 Subject: [PATCH] add gitignore --- .gitignore | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..72590ce --- /dev/null +++ b/.gitignore @@ -0,0 +1,21 @@ +*.log +*/* +!*/config +!*/rootfs +*/rootfs/* +!*/rootfs/etc/ +*/rootfs/etc/* +!*/rootfs/etc/hosts +!*/rootfs/etc/sysctl.conf + +!*/rootfs/etc/network/ +*/rootfs/etc/network/* +!*/rootfs/etc/network/interfaces +!*/rootfs/etc/network/firewall +!*/rootfs/etc/network/firewall6 + +!*/rootfs/etc/bird/ +*/rootfs/etc/bird/* +!*/rootfs/etc/bird/bird.conf +!*/rootfs/etc/bird/bird6.conf +