From a9438cf3646523a37121b3a01d6b81342ee77fb4 Mon Sep 17 00:00:00 2001 From: Nick Craig-Wood Date: Sun, 4 Aug 2019 15:20:15 +0100 Subject: [PATCH] build: add .gitattributes to mark generated files This makes sure that GitHub ignores the auto generated documentation files for language detection and diffs. See: https://github.com/github/linguist#overrides for more info --- .gitattributes | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..149fc873d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,3 @@ +# Ignore generated files in GitHub language statistics and diffs +/MANUAL.* linguist-generated=true +/rclone.1 linguist-generated=true