From 6d37f446be534961ec294ad7c7aef70004908767 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Mon, 23 Sep 2024 09:43:13 +0200 Subject: [PATCH] Ignore diff for generated files Avoids annoyingly having to skip through them when doing git diff. --- .gitattributes | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..2473e8771 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# Don't show changes in generated files when doing git diff + +gen/** -diff +