diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-10-16 10:35:02 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-10-16 10:35:02 -0700 |
commit | 630b52013ab1ebd53e043d9c5dec36fca609a95c (patch) | |
tree | 95b7224f1ee5587771e61807d271e4cce109e293 /.gitignore | |
parent | 4da5b8c2dda85f085cff21db1440e8c3b012471b (diff) | |
download | nasm-630b52013ab1ebd53e043d9c5dec36fca609a95c.tar.gz nasm-630b52013ab1ebd53e043d9c5dec36fca609a95c.tar.bz2 nasm-630b52013ab1ebd53e043d9c5dec36fca609a95c.zip |
Additional entries for .gitignore
Diffstat (limited to '.gitignore')
-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 |