From 44c6736d81d72d65c04bb0f974701f57ef54f28f Mon Sep 17 00:00:00 2001 From: Sebastien Helleu Date: Wed, 7 Jan 2009 14:28:51 +0100 Subject: [PATCH] Ignore "build*/*" instead of "build/*" for git --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ad0a42e39..3e8170a0d 100644 --- a/.gitignore +++ b/.gitignore @@ -19,7 +19,7 @@ ABOUT-NLS autom4te* -build/* +build*/* config.guess config.h* config.log