aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArun Raghavan <arun@arunraghavan.net>2018-07-23 19:40:51 +0530
committerArun Raghavan <arun@arunraghavan.net>2018-07-23 19:40:51 +0530
commit30f49dae18069f8ada76d9103902b167c3f7f275 (patch)
tree4235eeb854a0a7cebdfa94eb41a495cca61de24c
parent55fa5acd685a4ea984b6dfc4129079779a09cb80 (diff)
downloadpulseaudio-30f49dae18069f8ada76d9103902b167c3f7f275.tar.gz
gitignore: Ignore build* directories
We already had build-aux, might as well generalise for build directories we create for autotools out-of-tree builds and anything meson-based.
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index ef145bbb..21a667e4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,7 +2,7 @@
.version
.*.swp
ABOUT-NLS
-build-aux
+build*
*~
*.tar.gz
*.pc