aboutsummaryrefslogtreecommitdiffhomepage
path: root/.gitattributes
diff options
context:
space:
mode:
authorGravatar Han-Wen Nienhuys <hanwen@google.com>2015-05-11 15:14:46 +0000
committerGravatar Han-Wen Nienhuys <hanwen@google.com>2015-05-11 16:25:10 +0000
commit3e0c44fa7e84bf17fdaeec0f1bfa022ba28c83ff (patch)
treef9c470fbf172cacae7857ecbda35e1f7d09ef06b /.gitattributes
parentdd0d0090b38a8ef042b7c93a140c8ddf97af25c1 (diff)
Add .gitattributes to mark BUILD/bzl as python.
Fixes #72. -- MOS_MIGRATED_REVID=93308235
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes3
1 files changed, 3 insertions, 0 deletions
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