From 723fe6968434b4287c20ecd2016cfe220b5b836f Mon Sep 17 00:00:00 2001 From: Aly Date: Thu, 1 Apr 2021 21:44:44 -0700 Subject: [PATCH] More portable way of ignoring build files --- .gitignore | 1 - build/oot/.gitignore | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 build/oot/.gitignore diff --git a/.gitignore b/.gitignore index 518efdf..e69de29 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +0,0 @@ -build/oot \ No newline at end of file diff --git a/build/oot/.gitignore b/build/oot/.gitignore new file mode 100644 index 0000000..c96a04f --- /dev/null +++ b/build/oot/.gitignore @@ -0,0 +1,2 @@ +* +!.gitignore \ No newline at end of file