From 59329af986a8d8d753156da91ef6dc1b835ca8dc Mon Sep 17 00:00:00 2001 From: Robin Stocker Date: Sat, 6 Apr 2024 14:42:10 +0700 Subject: [PATCH] Mark *_wrap.cxx as generated See https://docs.github.com/en/repositories/working-with-files/managing-files/customizing-how-changed-files-appear-on-github This will cause GitHub to collapse the changes in diffs by default. The changes can still be viewed by expanding the diff if desired. Should make it a bit easier to review PRs with changes to wrappers. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..e8f0eca --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +*_wrap.cxx linguist-generated=true