From d29b9e8409f757630e061c606b6a9a15c1a5d753 Mon Sep 17 00:00:00 2001 From: Paul Chaignon Date: Mon, 14 Oct 2019 17:24:52 +0200 Subject: .gitattributes: hide generated files Hide the generated files by default in pull requests. Signed-off-by: Paul Chaignon --- .gitattributes | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .gitattributes diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..7d2fc4b2d --- /dev/null +++ b/.gitattributes @@ -0,0 +1,2 @@ +executor/defs.h linguist-generated +sys/*/gen/*.go linguist-generated -- cgit mrf-deployment