Re: [hackers] [sbase] Add .gitignore || Michael Forney

From: Anselm Garbe <garbeam_AT_gmail.com>
Date: Mon, 1 Jul 2019 19:01:09 -0700

Hi there,

On Sat, 29 Jun 2019 at 20:21, <git_AT_suckless.org> wrote:
> +++ b/.gitignore
> _AT_@ -0,0 +1,99 @@
> +*.o
> +/getconf.h
> +/libutf.a
> +/libutil.a
[..]

I suggest:

*
!*.c
!*.h
gitconf.h

or something along those lines. Then you don't need to maintain all
the cruft and can also get rid of this Makefile rule.

Best regards,
Anselm
Received on Tue Jul 02 2019 - 04:01:09 CEST

This archive was generated by hypermail 2.3.0 : Tue Jul 02 2019 - 04:36:24 CEST