On 2019-07-01, Anselm Garbe <[email protected]> wrote: > 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.
Thanks for the suggestion. I'm worried this might match too much. Ideally only build outputs should be ignored.
