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

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