0
0
mirror of https://github.com/netwide-assembler/nasm.git synced 2025-11-08 23:27:15 -05:00

.gitignore: add .bin16, .bin32, .bin64

New test format suffixes. These are output files and should be ignored
by git.

Signed-off-by: H. Peter Anvin (Intel) <hpa@zytor.com>
This commit is contained in:
H. Peter Anvin (Intel)
2025-10-12 13:43:00 -07:00
parent 746e7c9efa
commit 9ba21c1e50

3
.gitignore vendored
View File

@@ -2,6 +2,9 @@
*.aout *.aout
*.aoutb *.aoutb
*.bin *.bin
*.bin16
*.bin32
*.bin64
*.coff *.coff
*.com *.com
*.dbg *.dbg