Add .gitignore file so "git status" produces something sane

Add .gitignore file to tell git about files that don't need to be
tracked.
This commit is contained in:
H. Peter Anvin 2007-10-13 23:17:41 -07:00
parent 70a5d14b89
commit 3abe3c51a6

49
.gitignore vendored Normal file
View File

@ -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