mirror of https://github.com/captn3m0/nand2tetris
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
275 B
Plaintext
11 lines
275 B
Plaintext
3 years ago
|
# 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
|