From 9e99c228832d1e7643773541615d3be61d933bf4 Mon Sep 17 00:00:00 2001 From: ksjoberg Date: Thu, 5 Sep 2013 12:49:21 +0200 Subject: [PATCH] Add .gitignore to skip build output folders --- bindings/dotnet/.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 bindings/dotnet/.gitignore diff --git a/bindings/dotnet/.gitignore b/bindings/dotnet/.gitignore new file mode 100644 index 00000000..64cbbcee --- /dev/null +++ b/bindings/dotnet/.gitignore @@ -0,0 +1,3 @@ +obj + +bin -- 2.47.3