From b6a26a17a1c5b7b9ddbf1650efc7ea21b318f734 Mon Sep 17 00:00:00 2001 From: "Marcel M. Otte" Date: Mon, 18 Apr 2016 17:52:39 +0200 Subject: [PATCH] updated gitignore to ignore all build* folders --- cpp/.gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpp/.gitignore b/cpp/.gitignore index ad76806..4841231 100644 --- a/cpp/.gitignore +++ b/cpp/.gitignore @@ -1,3 +1,3 @@ *.user *.swp -build +build*