grub-devel.gnu.org archive mirror
 help / color / mirror / Atom feed
* .gitignore additions?
@ 2013-11-13 17:41 Leif Lindholm
  2013-11-13 17:56 ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 1 reply; 2+ messages in thread
From: Leif Lindholm @ 2013-11-13 17:41 UTC (permalink / raw)
  To: grub-devel

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:

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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: .gitignore additions?
  2013-11-13 17:41 .gitignore additions? Leif Lindholm
@ 2013-11-13 17:56 ` Vladimir 'φ-coder/phcoder' Serbinenko
  0 siblings, 0 replies; 2+ messages in thread
From: Vladimir 'φ-coder/phcoder' Serbinenko @ 2013-11-13 17:56 UTC (permalink / raw)
  To: grub-devel

[-- 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 --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2013-11-13 17:57 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-13 17:41 .gitignore additions? Leif Lindholm
2013-11-13 17:56 ` Vladimir 'φ-coder/phcoder' Serbinenko

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).