Skip to content

Commit

Permalink
Merge pull request #1974 from sadahaluu/pr
Browse files Browse the repository at this point in the history
Add .gitattributes and mark generated files
  • Loading branch information
njsmith authored Apr 23, 2021
2 parents b001577 + 06e812a commit 813fc99
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitattributes
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# For files generated by trio/_tools/gen_exports.py
trio/_core/_generated* linguist-generated=true
# Treat generated files as binary in git diff
trio/_core/_generated* -diff

0 comments on commit 813fc99

Please sign in to comment.