From 5ccc7ac937dcef75c5d46f70aae27a580295b961 Mon Sep 17 00:00:00 2001 From: Andrew Young Date: Wed, 9 Dec 2020 09:59:42 -0500 Subject: [PATCH] Ignore all files beginning with build in the top level (#303) - leading slash matches only in the top level directory - asterisk allows matching build2, build-sharedlibs, or others This is useful if you need more than one build directory for testing with different cmake options. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 263af892af..ff1529e84e 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -build +/build* /docker_build .vscode #*