From d895e3f1640ddf5cfa1c193497e16f184212e397 Mon Sep 17 00:00:00 2001 From: Alhadis Date: Thu, 5 Dec 2019 12:33:48 +1100 Subject: [PATCH] ICU-20892 Highlight `.cpyskip.txt` on GitHub.com --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitattributes b/.gitattributes index 251cad30ad7..83661e61921 100644 --- a/.gitattributes +++ b/.gitattributes @@ -81,3 +81,6 @@ configure text !eol *.gz filter=lfs diff=lfs merge=lfs -text *.bz2 filter=lfs diff=lfs merge=lfs -text *.gif filter=lfs diff=lfs merge=lfs -text + +# Enable syntax highlighting on GitHub.com +.cpyskip.txt linguist-language=Ignore-List