From 98f9e5c136ab778650d828f2e11568d59600c465 Mon Sep 17 00:00:00 2001 From: Brandon Fairchild Date: Thu, 11 Jun 2015 00:16:42 -0400 Subject: [PATCH] Appease Github's Linguist According to #6332, Github's Linguist reported Servo as being written in HTML instead of Rust. This fixes that by overriding the linguist-vendored attribute for the tests directory. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000000..3ff2dd9c7b3 --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +tests/* linguist-vendored