From d05137455c660e2c801ebffddc36ca9eaf51b8d2 Mon Sep 17 00:00:00 2001 From: Axel Kohlmeyer Date: Fri, 12 Mar 2021 22:21:24 -0500 Subject: [PATCH] ignore build folders --- examples/plugins/.gitignore | 1 + 1 file changed, 1 insertion(+) create mode 100644 examples/plugins/.gitignore diff --git a/examples/plugins/.gitignore b/examples/plugins/.gitignore new file mode 100644 index 0000000000..0ec9e7f982 --- /dev/null +++ b/examples/plugins/.gitignore @@ -0,0 +1 @@ +/build*