Discussion:
[pulseaudio-discuss] [PATCH] gitignore: Ignore build* directories
Arun Raghavan
2018-07-23 13:23:51 UTC
Permalink
From: Arun Raghavan <***@arunraghavan.net>

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
Loading...