From 630b52013ab1ebd53e043d9c5dec36fca609a95c Mon Sep 17 00:00:00 2001 From: "H. Peter Anvin" Date: Tue, 16 Oct 2007 10:35:02 -0700 Subject: [PATCH] Additional entries for .gitignore --- .gitignore | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 741d3f7..a94b93f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,12 @@ +*.bin +*.exe +*.lst *.o -*.obj *.o64 +*.obj *.obj64 -*.exe *.orig +*.out *.rej *~ Makefile @@ -12,8 +15,12 @@ config.h.in config.log config.status configure +doc/*.dip +doc/*.hpj doc/*.pdf doc/*.ps +doc/*.rtf +doc/*.texi doc/*.txt doc/Makefile doc/html @@ -42,6 +49,7 @@ regflags.c regs.c regs.h regvals.c +test/perf/*.asm tokens.h tokhash.c version.h -- 2.7.4