diff options
author | H. Peter Anvin <hpa@zytor.com> | 2007-10-13 23:17:41 -0700 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2007-10-13 23:17:41 -0700 |
commit | 3abe3c51a65bd2f14f884f9a7395dde1a5b57eb5 (patch) | |
tree | d75a338fa9636331f80a646480dd2200d6a278df /.gitignore | |
parent | 70a5d14b8945b40d984cb5fa076fea868a45ba84 (diff) | |
download | nasm-3abe3c51a65bd2f14f884f9a7395dde1a5b57eb5.tar.gz nasm-3abe3c51a65bd2f14f884f9a7395dde1a5b57eb5.tar.bz2 nasm-3abe3c51a65bd2f14f884f9a7395dde1a5b57eb5.zip |
Add .gitignore file so "git status" produces something sane
Add .gitignore file to tell git about files that don't need to be
tracked.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 49 |
1 files changed, 49 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..741d3f7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,49 @@ +*.o +*.obj +*.o64 +*.obj64 +*.exe +*.orig +*.rej +*~ +Makefile +config.h +config.h.in +config.log +config.status +configure +doc/*.pdf +doc/*.ps +doc/*.txt +doc/Makefile +doc/html +doc/info +insnsa.c +insnsd.c +insnsi.h +insnsn.c +macros.c +nasm +nasm.man +ndisasm +ndisasm.man +pptok.c +pptok.h +rdoff/Makefile +rdoff/ldrdf +rdoff/rdf2bin +rdoff/rdf2com +rdoff/rdf2ihx +rdoff/rdfdump +rdoff/rdflib +rdoff/rdx +regdis.c +regflags.c +regs.c +regs.h +regvals.c +tokens.h +tokhash.c +version.h +version.mac +version.sed |