From 265d75eee67046fb71572558e03a98c9af735cab Mon Sep 17 00:00:00 2001 From: bcumming <bcumming@cscs.ch> Date: Thu, 18 Aug 2016 11:30:38 +0200 Subject: [PATCH] improve git ignoring of build paths --- .gitignore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index b710bef2..c1833bba 100644 --- a/.gitignore +++ b/.gitignore @@ -65,6 +65,7 @@ external/tmp mechanisms/*.hpp # build path -build +build* commit.msg + -- GitLab