mirror of
https://github.com/google/googletest.git
synced 2026-07-30 16:26:24 +08:00
Squashed into a single commit authored with srpatcha@users.noreply.github.com to satisfy the Google CLA bot, which requires every commit author on a PR to be covered by a signed CLA. Signed-off-by: Srikanth Patchava <srpatcha@users.noreply.github.com>
25 lines
373 B
Plaintext
25 lines
373 B
Plaintext
# Auto detect text files and perform LF normalization
|
|
* text=auto
|
|
|
|
# Explicitly declare text files
|
|
*.md text diff=markdown
|
|
*.txt text
|
|
*.csv text
|
|
*.yml text
|
|
*.yaml text
|
|
*.json text
|
|
*.xml text
|
|
*.html text diff=html
|
|
*.css text diff=css
|
|
|
|
# Denote binary files
|
|
*.png binary
|
|
*.jpg binary
|
|
*.jpeg binary
|
|
*.gif binary
|
|
*.ico binary
|
|
*.pdf binary
|
|
*.zip binary
|
|
*.gz binary
|
|
*.tar binary
|