diff options
-rw-r--r-- | .gitignore | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -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 |