From 06083ea76ab05d35cf7f103cc8d9f0165af119f8 Mon Sep 17 00:00:00 2001 From: Wonyoung Choi Date: Thu, 25 Apr 2019 14:55:48 +0900 Subject: [PATCH] [Build] Fix .gitignore to include binaries in tools/ and pkg/build --- .gitignore | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.gitignore b/.gitignore index 30c70c03a..a67fca6fb 100644 --- a/.gitignore +++ b/.gitignore @@ -193,10 +193,6 @@ $RECYCLE.BIN/ # End of core ignore list, below put you custom 'per project' settings (patterns or path) ##### -bin/ -obj/ -*.exe -*.dll *.csproj.user *.lock.json @@ -210,3 +206,6 @@ warnings.txt warn-settings.csharp.txt .svace-dir CompilationErrors-*.txt + +# exceptional allowed binaries +!tools/bin/ -- 2.34.1