mirror of
https://github.com/rclone/rclone.git
synced 2024-11-07 09:04:52 +01:00
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:
parent
5ef3c988eb
commit
a9438cf364
3
.gitattributes
vendored
Normal file
3
.gitattributes
vendored
Normal file
@ -0,0 +1,3 @@
|
||||
# Ignore generated files in GitHub language statistics and diffs
|
||||
/MANUAL.* linguist-generated=true
|
||||
/rclone.1 linguist-generated=true
|
Loading…
Reference in New Issue
Block a user