From b22568c079d1e293e51afd1cb0433f15fed5b18e Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Wed, 12 Feb 2014 16:05:22 -0500 Subject: [PATCH] c_src: remove git attribute `diff` on generated files So diffs and stats will not be polluted by meaningless changes Signed-off-by: Jean Privat --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitattributes b/.gitattributes index 762f6d8..e41014a 100644 --- a/.gitattributes +++ b/.gitattributes @@ -3,3 +3,5 @@ parser.nit -diff parser_prod.nit -diff lexer.nit -diff tables_nit.c -diff +c_src/**/*.[ch] -diff +c_src/Makefile -diff -- 1.7.9.5