gitignore: ignore all build* subdirs in main directory

Now that meson builds require a separate build dir, everybody's bound to have
at least one. So let's accept the convention that build*/ is for builds, and
apply a blanket ignore rule, we shouldn't have any important files named build*
in the main directory.
This commit is contained in:
Zbigniew Jędrzejewski-Szmek 2017-04-07 11:24:46 -04:00
parent 74e941c022
commit bab8c072fd
1 changed files with 1 additions and 1 deletions

2
.gitignore vendored
View File

@ -28,7 +28,7 @@
/TAGS
/ata_id
/bootctl
/build-aux
/build*
/busctl
/cdrom_id
/collect