Re: [hackers] [sbase] Add .gitignore || Michael Forney
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