To support asm example files, stop ignoring *.asm and treat *.asm as text.

This commit is contained in:
Neil Hodgson 2024-01-09 15:43:50 +11:00
parent c8aa1e71ab
commit 695708fcec
2 changed files with 1 additions and 1 deletions

1
.gitattributes vendored
View File

@ -29,6 +29,7 @@
**.aspx text
**.php text
**.vb text
**.asm text
**.cmake text
**.d text
**.diff text

1
.gitignore vendored
View File

@ -1,6 +1,5 @@
*.o
*.a
*.asm
*.lib
*.obj
*.iobj