mirror of
https://github.com/captn3m0/nand2tetris.git
synced 2024-09-19 03:57:14 +00:00
11 lines
275 B
Plaintext
11 lines
275 B
Plaintext
|
# 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
|