diff options
author | H. Peter Anvin <hpa@zytor.com> | 2008-10-19 22:25:11 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2008-10-19 22:25:11 -0700 |
commit | d3fcbf051d8b23b5627ee1c22d0bb4dc9eee565a (patch) | |
tree | 08615aedefdca4350a31278af38b019dec5fb0ad /.gitignore | |
parent | 8b5e68079a52d5c68a05be825ef10e5ce2f3d36b (diff) | |
download | nasm-d3fcbf051d8b23b5627ee1c22d0bb4dc9eee565a.tar.gz nasm-d3fcbf051d8b23b5627ee1c22d0bb4dc9eee565a.tar.bz2 nasm-d3fcbf051d8b23b5627ee1c22d0bb4dc9eee565a.zip |
Update .gitignore to include additional generated files
pptok.ph and doc/inslist.src are generated files; list them in
.gitignore.
Signed-off-by: H. Peter Anvin <hpa@zytor.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -26,6 +26,7 @@ /doc/*.texi /doc/*.txt /doc/Makefile +/doc/inslist.src /doc/html /doc/info /insnsa.c @@ -40,6 +41,7 @@ /ndisasm.man /pptok.c /pptok.h +/pptok.ph /rdoff/Makefile /rdoff/ldrdf /rdoff/rdf2bin |