This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[PATCH] sim: ignore generated hw-config.h


Signed-off-by: Mike Frysinger <vapier@gentoo.org>
---
 sim/.gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/sim/.gitignore b/sim/.gitignore
index 1322a87..9440b89 100644
--- a/sim/.gitignore
+++ b/sim/.gitignore
@@ -1,5 +1,6 @@
 /*/gentmap
 /*/run
+/*/hw-config.h
 /*/targ-*
 /*/tconfig.h
 /*/version.c
-- 
1.7.3.1


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]