From 4314f5dbf9eb97f409ab379d537f74b7f47fe80e Mon Sep 17 00:00:00 2001 From: Jim Hague Date: Wed, 13 Nov 2019 18:06:36 +0000 Subject: [PATCH] Be more generous about what constitutes a build directory name. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 5c284c95..a4bf131d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,6 @@ *~ .DS_Store -build/ +build*/ getdns*.tar.gz *.o *.so