From 13883cccd757583ce7978a2260ce82c32aa7ab85 Mon Sep 17 00:00:00 2001 From: Robin Malley Date: Sun, 17 May 2020 12:10:01 -0400 Subject: [PATCH] Add gitignores Set up the file structure automatically on clone with gitignores --- .gitignore | 6 ++++++ kore_chroot/.gitignore | 1 + kore_chroot/data/.gitignore | 1 + kore_chroot/pages/.gitignore | 1 + kore_chroot/sql/.gitignore | 1 + 5 files changed, 10 insertions(+) create mode 100644 .gitignore create mode 100644 kore_chroot/.gitignore create mode 100644 kore_chroot/data/.gitignore create mode 100644 kore_chroot/pages/.gitignore create mode 100644 kore_chroot/sql/.gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f495e75 --- /dev/null +++ b/.gitignore @@ -0,0 +1,6 @@ +*.o +.flavor +.objs +smr.so +assets.h +cert diff --git a/kore_chroot/.gitignore b/kore_chroot/.gitignore new file mode 100644 index 0000000..72e8ffc --- /dev/null +++ b/kore_chroot/.gitignore @@ -0,0 +1 @@ +* diff --git a/kore_chroot/data/.gitignore b/kore_chroot/data/.gitignore new file mode 100644 index 0000000..72e8ffc --- /dev/null +++ b/kore_chroot/data/.gitignore @@ -0,0 +1 @@ +* diff --git a/kore_chroot/pages/.gitignore b/kore_chroot/pages/.gitignore new file mode 100644 index 0000000..72e8ffc --- /dev/null +++ b/kore_chroot/pages/.gitignore @@ -0,0 +1 @@ +* diff --git a/kore_chroot/sql/.gitignore b/kore_chroot/sql/.gitignore new file mode 100644 index 0000000..72e8ffc --- /dev/null +++ b/kore_chroot/sql/.gitignore @@ -0,0 +1 @@ +*