From d26d011078590701eaeb32c86b2aa01b171cf386 Mon Sep 17 00:00:00 2001
From: Mike Frysinger <vapier@gentoo.org>
Date: Thu, 2 May 2013 15:35:32 -0400
Subject: [PATCH] Ignore more files

* .gitignore: Add gdb related files.
* tests/.gitignore: Ignore test logs.
---
 .gitignore       | 4 ++++
 tests/.gitignore | 3 ++-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index ca5703ff..2c1e8d8a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,9 @@
 .libs
 .version
 .*.swp
+*.gdb
+.gdbinit
+.gdb_history
 
 /ChangeLog
 /CREDITS
@@ -30,6 +33,7 @@ Makefile.in
 /ioctldefs.h
 /ioctlsort
 /strace
+/test-driver
 
 /linux/ioctlent.h
 
diff --git a/tests/.gitignore b/tests/.gitignore
index cf5bbd7d..7e563b8b 100644
--- a/tests/.gitignore
+++ b/tests/.gitignore
@@ -1 +1,2 @@
-check.log
+*.log
+*.trs