[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
.gitignore additions?
From: |
Leif Lindholm |
Subject: |
.gitignore additions? |
Date: |
Wed, 13 Nov 2013 18:41:40 +0100 |
User-agent: |
Mutt/1.5.21 (2010-09-15) |
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
- .gitignore additions?,
Leif Lindholm <=