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
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
# Ignore generated files in GitHub language statistics and diffs
|
||||
/MANUAL.* linguist-generated=true
|
||||
/rclone.1 linguist-generated=true
|
||||
Reference in New Issue
Block a user