From b823781c5a59013b307593023e83e61430829a48 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A4r=20Bj=C3=B6rklund?= Date: Sat, 20 Jan 2018 13:27:51 +0100 Subject: Update .gitignore Ignore build* to make it easier to use multiple build dirs at the same time and true out of tree builds means any of the git stuff in VS doesn't work. Ignore some stuff created when using VS2017 open folder --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index b09a0d4782..db9a0b4f4f 100644 --- a/.gitignore +++ b/.gitignore @@ -16,6 +16,11 @@ testMain # CLion /.idea .vscode/ +# Created in vs2017 when using open folder +.vs/ + +# Created in vs2017 when using open folder with cmake tools +CMakeSettings.json # generated files etc .last_success_revision @@ -58,7 +63,6 @@ testMain *.diagsession # osx specifics -/build/ /kodi.build/ /Debug/ /Release/ @@ -360,3 +364,7 @@ exclude_dll.txt #certificates /system/certs/ + +# VS git tools doesn't work for true out of tree builds and it's +# useful to be able to work on multiple configs +/build*/ -- cgit v1.2.3