0

Add entry for pdf files in .gitattributes

Adding an entry in .gitattributes so that an entry for pdf files is
present.

Unable to trigger presubmit as changed pdf files cause the following
error:
Unified diff did not contain entry for file

More details listed in the bug.

Bug: 1046228
Change-Id: I5eebb360c48d57b87877c28673814fba955412e5
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2024191
Reviewed-by: Robbie Iannucci <iannucci@chromium.org>
Reviewed-by: Jochen Eisinger <jochen@chromium.org>
Commit-Queue: Ankit Kumar 🌪️ <ankk@microsoft.com>
Cr-Commit-Position: refs/heads/master@{#738098}
This commit is contained in:
Ankit Kumar 🌪️
2020-02-04 08:08:42 +00:00
committed by Commit Bot
parent bff8b124c3
commit 2b1514031b

1
.gitattributes vendored

@ -25,6 +25,7 @@
*.md text eol=lf
*.mm text eol=lf
*.mojom text eol=lf
*.pdf -diff
*.sh text eol=lf
*.sql text eol=lf
*.txt text eol=lf