From 3da19ce5785f126b2fc57565cb13d96428f330fa Mon Sep 17 00:00:00 2001 From: Steven Smith Date: Wed, 3 Oct 2018 16:12:21 -0700 Subject: [PATCH] Ignore contrib directories in git --- contrib/.gitignore | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 contrib/.gitignore diff --git a/contrib/.gitignore b/contrib/.gitignore new file mode 100644 index 000000000..0e0fc146e --- /dev/null +++ b/contrib/.gitignore @@ -0,0 +1,6 @@ +# Ignore everything by default, contrib sources are coming from other places +* + +# Include specific files that should be tracked by Git +!wscript +!.gitignore