From 758fa32b75e6ec263f9cca80cbcf47dc0c279a4e Mon Sep 17 00:00:00 2001 From: Jon Trulson Date: Mon, 17 Oct 2016 13:58:28 -0600 Subject: [PATCH] .gitignore: add wildcard so all build*/ dirs are ignored Signed-off-by: Jon Trulson --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 05fbd266..93411d51 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -build/ +build*/ # Object files *.o