[OpenWrt-Devel] [PATCH] .gitignore: ignore all .config* files
Adrian Schmutzler
mail at adrianschmutzler.de
Tue Mar 10 08:25:52 EDT 2020
> -----Original Message-----
> From: openwrt-devel [mailto:openwrt-devel-bounces at lists.openwrt.org] On
> Behalf Of cc at 80211.de
> Sent: Dienstag, 10. März 2020 13:02
> To: openwrt-devel at lists.openwrt.org
> Cc: Catrinel Catrinescu <cc at 80211.de>
> Subject: [OpenWrt-Devel] [PATCH] .gitignore: ignore all .config* files
Why is this necessary (-> commit message)?
Or is it just a cosmetic replacement of two lines by one? (In that case, I'd
prefer the specific lines).
Best
Adrian
>
> From: Catrinel Catrinescu <cc at 80211.de>
>
> Signed-off-by: Catrinel Catrinescu <cc at 80211.de>
> ---
> .gitignore | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/.gitignore b/.gitignore
> index 6549af83be..edffba9c05 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -3,8 +3,7 @@
> .*.swp
> /env
> /dl
> -/.config
> -/.config.old
> +/.config*
> /bin
> /build_dir
> /staging_dir
> --
> 2.17.1
>
>
> _______________________________________________
> openwrt-devel mailing list
> openwrt-devel at lists.openwrt.org
> https://lists.openwrt.org/mailman/listinfo/openwrt-devel
_______________________________________________
openwrt-devel mailing list
openwrt-devel at lists.openwrt.org
https://lists.openwrt.org/mailman/listinfo/openwrt-devel
More information about the openwrt-devel
mailing list