mirror of https://github.com/captn3m0/nand2tetris
gitattributes
parent
42fadfa61d
commit
651a00fc5c
|
@ -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
|
Loading…
Reference in New Issue