From 651a00fc5cb42fc8e25559501ce48feba140a0ef Mon Sep 17 00:00:00 2001 From: Nemo Date: Fri, 29 May 2020 02:31:19 +0530 Subject: [PATCH] gitattributes --- .gitattributes | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..0eb9976 --- /dev/null +++ b/.gitattributes @@ -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