From 9534e89c796edb8b7c0e8197c7e4ddca149d9526 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 29 Jul 2020 12:53:57 +0200 Subject: all: mark auto-generated files Use the standard Go convention for Go files: https://golang.org/pkg/cmd/go/internal/generate Use github linguish for other files: https://github.com/github/linguist#generated-code Both are understood by github and should result in these files being collapsed in PRs by default. --- .gitattributes | 1 + 1 file changed, 1 insertion(+) create mode 100644 .gitattributes (limited to '.gitattributes') diff --git a/.gitattributes b/.gitattributes new file mode 100644 index 000000000..39fac4cbc --- /dev/null +++ b/.gitattributes @@ -0,0 +1 @@ +executor/kvm.S.h linguist-generated -- cgit mrf-deployment