On 13.11.2013 18:41, Leif Lindholm wrote: > Hi there, > > Since the migration to git, I end up with a lot of untracked files after > a build. The below gets rid of them: > Do you already have commit rights? If not, please register on savannah. If you do, go ahead. > diff --git a/.gitignore b/.gitignore > index e7251ff..1985a6e 100644 > --- a/.gitignore > +++ b/.gitignore > @@ -127,6 +127,7 @@ mod-*.c > missing > netboot_test > *.o > +*.a > ohci_test > partmap_test > pata_test > @@ -161,10 +162,10 @@ depcomp > mdate-sh > texinfo.tex > grub-core/lib/libgcrypt-grub > -**/.deps > -**/.deps-util > -**/.deps-core > -**/.dirstamp > +.deps > +.deps-util > +.deps-core > +.dirstamp > Makefile.util.am > contrib > grub-core/bootinfo.txt > > / > Leif > > _______________________________________________ > Grub-devel mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/grub-devel >
signature.asc
Description: OpenPGP digital signature
_______________________________________________ Grub-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/grub-devel
