8000 Mark svg files as binary/generated in gitattributes. by anntzer · Pull Request #9215 · matplotlib/matplotlib · GitHub
[go: up one dir, main page]

Skip to content

Mark svg files as binary/generated in gitattributes. #9215

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 22, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Mark svg files as binary/generated in gitattributes.
This will suppress them from the github UI diffs (and line counts), see
https://github.com/github/linguist#generated-code.
  • Loading branch information
anntzer committed Sep 22, 2017
commit 7a3747f0cc4e3ceb5ae231be731cea5b5ffc30df
2 changes: 2 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
* text=auto
*.svg binary
*.svg linguist-language=true
lib/matplotlib/_version.py export-subst
0