-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[gitattributes] Ignore various noisy files
These routinely interfere with `git grep`. Change-Id: I50438950b13057cd71361ec7828d0bc4deb7387b Reviewed-on: https://fuchsia-review.googlesource.com/c/fuchsia/+/557081 Reviewed-by: Shai Barack <[email protected]> Commit-Queue: Tamir Duberstein <[email protected]>
- Loading branch information
Showing
3 changed files
with
11 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
# Turn off LF normalization for vendored crates. | ||
vendor/** text=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,5 @@ | ||
# Turn off LF normalization for vendored crates | ||
# Turn off LF normalization for vendored crates. | ||
vendor/** text=false | ||
|
||
# Don't treat test data as text. | ||
vendor/**/third_party/NIST/SHAVS/*.rsp -diff |