mirror of
https://github.com/morgan9e/systemd
synced 2026-04-15 00:47:10 +09:00
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:
2
.gitignore
vendored
2
.gitignore
vendored
@@ -28,7 +28,7 @@
|
||||
/TAGS
|
||||
/ata_id
|
||||
/bootctl
|
||||
/build-aux
|
||||
/build*
|
||||
/busctl
|
||||
/cdrom_id
|
||||
/collect
|
||||
|
||||
Reference in New Issue
Block a user