From: Arun Raghavan <git@xxxxxxxxxxxxxxxx> We already had build-aux, might as well generalise for build directories we create for autotools out-of-tree builds and anything meson-based. --- .gitignore | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index ef145bbba..21a667e4d 100644 --- a/.gitignore +++ b/.gitignore @@ -2,7 +2,7 @@ .version .*.swp ABOUT-NLS -build-aux +build* *~ *.tar.gz *.pc -- 2.17.1