From 7b0d39aee6fe83af45170762461afe7dab18a712 Mon Sep 17 00:00:00 2001 From: Jean Privat Date: Thu, 16 May 2013 10:40:18 -0400 Subject: [PATCH] .gitattribute: do not diff c_src and parser generated files This should have been done years ago! Signed-off-by: Jean Privat --- .gitattributes | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 0000000..762f6d8 --- /dev/null +++ b/.gitattributes @@ -0,0 +1,5 @@ +c_src -diff +parser.nit -diff +parser_prod.nit -diff +lexer.nit -diff +tables_nit.c -diff -- 1.7.9.5