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:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -2,6 +2,9 @@
|
|||||||
*.aout
|
*.aout
|
||||||
*.aoutb
|
*.aoutb
|
||||||
*.bin
|
*.bin
|
||||||
|
*.bin16
|
||||||
|
*.bin32
|
||||||
|
*.bin64
|
||||||
*.coff
|
*.coff
|
||||||
*.com
|
*.com
|
||||||
*.dbg
|
*.dbg
|
||||||
|
|||||||
Reference in New Issue
Block a user