aboutsummaryrefslogtreecommitdiffstats
path: root/.gitattributes
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2020-07-29 12:53:57 +0200
committerDmitry Vyukov <dvyukov@google.com>2020-07-29 12:55:55 +0200
commit9534e89c796edb8b7c0e8197c7e4ddca149d9526 (patch)
tree92cf20337bc404903b716e3d0a969f87e59f3c11 /.gitattributes
parent8ab0cf5b552a911e8033be38f8dcc265155059df (diff)
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.
Diffstat (limited to '.gitattributes')
-rw-r--r--.gitattributes1
1 files changed, 1 insertions, 0 deletions
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