From 92b9cc89e0d405559243859a5bceaeb0e6ba27a0 Mon Sep 17 00:00:00 2001 From: matlabbe Date: Mon, 13 Mar 2023 03:20:06 -0700 Subject: [PATCH] fixed missing build dir --- .gitignore | 2 +- build/.gitignore | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 build/.gitignore diff --git a/.gitignore b/.gitignore index 53d92d1ee9..5b6152a911 100644 --- a/.gitignore +++ b/.gitignore @@ -10,5 +10,5 @@ app/android/AndroidManifest.xml app/android/res/raw/ compile_flags.txt tags -build* +build_* *.bak diff --git a/build/.gitignore b/build/.gitignore new file mode 100644 index 0000000000..86d0cb2726 --- /dev/null +++ b/build/.gitignore @@ -0,0 +1,4 @@ +# Ignore everything in this directory +* +# Except this file +!.gitignore \ No newline at end of file