From: Zbigniew Jędrzejewski-Szmek Date: Fri, 7 Apr 2017 15:24:46 +0000 (-0400) Subject: gitignore: ignore all build* subdirs in main directory X-Git-Tag: v234~286^2~81 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=bab8c072fd6303408ab2908ad8150e532e04c0c5;p=platform%2Fupstream%2Fsystemd.git 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. --- diff --git a/.gitignore b/.gitignore index 01cb6e7..7cbf0a9 100644 --- a/.gitignore +++ b/.gitignore @@ -28,7 +28,7 @@ /TAGS /ata_id /bootctl -/build-aux +/build* /busctl /cdrom_id /collect