From c4ac96bb5aab22744647e88aee97894cb9a0b029 Mon Sep 17 00:00:00 2001 From: vgmoose Date: Thu, 15 Feb 2018 21:39:04 -0500 Subject: [PATCH] gitattributes: ignore man pages in linguist --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 00000000..1fb84bd6 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +*.1 linguist-vendored +*.2 linguist-vendored +*.3 linguist-vendored +*.4 linguist-vendored +*.5 linguist-vendored