From: Jean Privat Date: Thu, 16 May 2013 14:40:18 +0000 (-0400) Subject: .gitattribute: do not diff c_src and parser generated files X-Git-Tag: v0.6~63 X-Git-Url: http://nitlanguage.org .gitattribute: do not diff c_src and parser generated files This should have been done years ago! Signed-off-by: Jean Privat --- 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