From c006cc0d258ff95e78de4e3aeb968ef8d16f660e Mon Sep 17 00:00:00 2001 From: David McCullough Date: Tue, 7 Jul 2009 00:46:52 +0000 Subject: [PATCH] add more common files to gitignore Signed-off-by: Mike Frysinger --- .gitignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.gitignore b/.gitignore index 12b560b..92ff5f6 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,15 @@ # standard patterns +*.a *.o *~ *.orig *.rej *.patch +.deps + +a.out +*.gdb +*.exe # autotool files autom4te.cache -- 2.39.5