From e5f42498ac719e98dda6286880a6ec3bcdd91b02 Mon Sep 17 00:00:00 2001 From: Andrew Stanton-Nurse Date: Wed, 16 Dec 2015 14:41:52 -0800 Subject: [PATCH] add .build dir to gitignore --- build-template-dotnet/.gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build-template-dotnet/.gitignore b/build-template-dotnet/.gitignore index f188b85ce0..6f42cc83b9 100644 --- a/build-template-dotnet/.gitignore +++ b/build-template-dotnet/.gitignore @@ -26,4 +26,5 @@ project.lock.json *DS_Store *.ncrunchsolution *.*sdf -*.ipch \ No newline at end of file +*.ipch +.build/ \ No newline at end of file