nasm/.gitignore
H. Peter Anvin cae5d06184 More autoconf modernizations; upgrade AC_PREREQ to 2.69
Make further autoconf rule improvements and update the required
version of autoconf to 2.69.  That version is now 5+ years old and
although there might be older versions which have the prerequisite
macros they are known to have lots of bugs, and we can't really test
them.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
2017-11-08 10:22:10 -08:00

103 lines
1.1 KiB
Text

*.a
*.bin
*.coff
*.dbg
*.dep
*.exe
*.lib
*.i
*.ith
*.lst
*.mo32
*.mo64
*.o
*.o64
*.obj
*.obj64
*.od
*.orig
*.out
*.pdb
*.rdf
*.rej
*.s
*.srec
*.si
*.swp
*.win32
*.win64
*.xml
.*swo
*~
\#*
.\#*
*.bak
*.tmp
.git-ignore
cscope*
tags
TAGS
/*.1
/Makefile
/asm/directbl.c
/asm/directiv.h
/asm/pptok.c
/asm/pptok.h
/asm/pptok.ph
/asm/tokens.h
/asm/tokhash.c
/config/config.h
/config/config.h.in
/config.log
/config.status
/configure
/autom4te.cache
/doc/*.dip
/doc/*.hpj
/doc/*.pdf
/doc/*.ps
/doc/*.rtf
/doc/*.texi
/doc/*.txt
/doc/Makefile
/doc/html
/doc/info
/doc/inslist.src
/doc/version.src
/macros/macros.c
/misc/omfdump
/nasm
/ndisasm
/nasm.spec
/nsis/arch.nsh
/nsis/version.nsh
/rdoff/Makefile
/rdoff/ldrdf
/rdoff/rdf2bin
/rdoff/rdf2com
/rdoff/rdf2ihx
/rdoff/rdf2ith
/rdoff/rdf2srec
/rdoff/rdfdump
/rdoff/rdflib
/rdoff/rdx
/test/golden
/test/perf/*.asm
/test/testresults
/version.h
/version.mac
/version.mak
/version.sed
/x86/iflag.c
/x86/iflaggen.h
/x86/insnsa.c
/x86/insnsb.c
/x86/insnsd.c
/x86/insnsi.h
/x86/insnsn.c
/x86/regdis.c
/x86/regdis.h
/x86/regflags.c
/x86/regs.c
/x86/regs.h
/x86/regvals.c