From 0fe05707aa471c5c75e06e71730ded1171e25ae3 Mon Sep 17 00:00:00 2001 From: Shauren Date: Thu, 24 Nov 2011 10:17:15 +0100 Subject: [PATCH] DVCS: Added any type of build directory to gitignore --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 02609aebbe..5bceef179b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,4 @@ -build/ +build*/ .directory .mailmap *.orig