From 0b7f43da913c2f4754602f3efc79e6d478b8f582 Mon Sep 17 00:00:00 2001 From: jpekkila Date: Tue, 6 Aug 2019 19:13:06 +0300 Subject: [PATCH] Updated 3rdparty .gitignore --- 3rdparty/.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 3rdparty/.gitignore diff --git a/3rdparty/.gitignore b/3rdparty/.gitignore new file mode 100644 index 0000000..5e50e93 --- /dev/null +++ b/3rdparty/.gitignore @@ -0,0 +1,6 @@ +# Ignore everything +* + +# Except: +!.gitignore +!setup_dependencies.sh