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.
This commit is contained in:
Arun Raghavan 2018-07-23 19:40:51 +05:30
parent 55fa5acd68
commit 30f49dae18

2
.gitignore vendored
View file

@ -2,7 +2,7 @@
.version
.*.swp
ABOUT-NLS
build-aux
build*
*~
*.tar.gz
*.pc