diff options
author | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-04-07 11:24:46 -0400 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2017-04-23 21:28:45 -0400 |
commit | bab8c072fd6303408ab2908ad8150e532e04c0c5 (patch) | |
tree | f9a787bbe3df2aa34c2366aad3363f104de7a0c0 | |
parent | 74e941c0226a04e2c6b80dd149d0f55e518481ed (diff) | |
download | systemd-bab8c072fd6303408ab2908ad8150e532e04c0c5.tar.gz |
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.
-rw-r--r-- | .gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 01cb6e7db7..7cbf0a9e0c 100644 --- a/.gitignore +++ b/.gitignore @@ -28,7 +28,7 @@ /TAGS /ata_id /bootctl -/build-aux +/build* /busctl /cdrom_id /collect |