[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: .gitignore additions?
From: |
Vladimir 'φ-coder/phcoder' Serbinenko |
Subject: |
Re: .gitignore additions? |
Date: |
Wed, 13 Nov 2013 18:56:55 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131005 Icedove/17.0.9 |
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
> address@hidden
> https://lists.gnu.org/mailman/listinfo/grub-devel
>
signature.asc
Description: OpenPGP digital signature
- .gitignore additions?, Leif Lindholm, 2013/11/13
- Re: .gitignore additions?,
Vladimir 'φ-coder/phcoder' Serbinenko <=