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: start a gitignore


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

diff --git a/sim/.gitignore b/sim/.gitignore
new file mode 100644
index 0000000..1322a87
--- /dev/null
+++ b/sim/.gitignore
@@ -0,0 +1,7 @@
+/*/gentmap
+/*/run
+/*/targ-*
+/*/tconfig.h
+/*/version.c
+
+/common/cconfig.h
-- 
1.7.3.1


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