gitattributes

This commit is contained in:
Nemo 2020-05-29 02:31:19 +05:30
parent 42fadfa61d
commit 651a00fc5c
1 changed files with 10 additions and 0 deletions

10
.gitattributes vendored Normal file
View File

@ -0,0 +1,10 @@
# I didn't write any of this
*.hack -linguist-detectable
*.html -linguist-detectable
# These are inputs to test the assembler
projects/06/*/*.asm -linguist-detectable
*.tst linguist-vendored
# What I've written:
projects/**/*.hdl linguist-language=VHDL linguist-detectable