From 4e47bbee06405811523f5426e812620ac58e86d4 Mon Sep 17 00:00:00 2001 From: William S Fulton Date: Wed, 14 May 2014 00:50:06 +0100 Subject: [PATCH] gitignore to ignore build directory names --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ce6a3c4b7..efb6cf096 100644 --- a/.gitignore +++ b/.gitignore @@ -138,4 +138,4 @@ Examples/test-suite/uffi/*/ Examples/scratch # Out of source tree build directories -_build*/ +*build*/