From e49da2af9165337265cb8a91293ba50c97ec1652 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Fri, 3 Jun 2011 17:07:22 -0400 Subject: clean up gitignore files Rather than listing explicit object files, ignore all of them in the whole tree. Also ignore patch/gdb related files throughout. Signed-off-by: Mike Frysinger --- .gitignore | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 192fb094..d9e27e05 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,16 @@ *.bz2 + +*.diff +*.patch +*.orig +*.rej + +core +.gdb_history +.gdbinit + +.depend +*.a +*.o +*.So +lib*.so -- cgit v1.2.3