From 3e0c44fa7e84bf17fdaeec0f1bfa022ba28c83ff Mon Sep 17 00:00:00 2001 From: Han-Wen Nienhuys Date: Mon, 11 May 2015 15:14:46 +0000 Subject: Add .gitattributes to mark BUILD/bzl as python. Fixes #72. -- MOS_MIGRATED_REVID=93308235 --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000000..c0f7b6a44d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +*.bzl linguist-language=Python +BUILD linguist-language=Python +site/* linguist-documentation -- cgit v1.2.3