From 647e32c047ce3c61a8a5211d551afce02e0c4c29 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 0000000..2473e87 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,4 @@ +# Don't show changes in generated files when doing git diff + +gen/** -diff +