From: "Vladimir 'φ-coder/phcoder' Serbinenko" <phcoder@gmail.com>
To: grub-devel@gnu.org
Subject: Re: .gitignore additions?
Date: Wed, 13 Nov 2013 18:56:55 +0100 [thread overview]
Message-ID: <5283BD67.503@gmail.com> (raw)
In-Reply-To: <20131113174140.GB12459@rocoto.smurfnet.nu>
[-- Attachment #1: Type: text/plain, Size: 970 bytes --]
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
> Grub-devel@gnu.org
> https://lists.gnu.org/mailman/listinfo/grub-devel
>
[-- Attachment #2: OpenPGP digital signature --]
[-- Type: application/pgp-signature, Size: 291 bytes --]
prev parent reply other threads:[~2013-11-13 17:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-11-13 17:41 .gitignore additions? Leif Lindholm
2013-11-13 17:56 ` Vladimir 'φ-coder/phcoder' Serbinenko [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=5283BD67.503@gmail.com \
--to=phcoder@gmail.com \
--cc=grub-devel@gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).