Hi there,

On Sat, 29 Jun 2019 at 20:21, <[email protected]> wrote:
> +++ b/.gitignore
> @@ -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

Reply via email to