Dmitry Vyukov
|
9534e89c79
|
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.
|
2020-07-29 12:55:55 +02:00 |
|
Dmitry Vyukov
|
4d9915573a
|
organize top level files
Remove .gitattributes, we don't have any of these files now.
Move fuzzit.sh -> tools/fuzzit.sh.
|
2020-05-02 14:12:25 +02:00 |
|
Dmitry Vyukov
|
692266c73a
|
sys/linux: use literal consts instead of hardcoded number
|
2020-02-01 11:33:32 +01:00 |
|
Paul Chaignon
|
d29b9e8409
|
.gitattributes: hide generated files
Hide the generated files by default in pull requests.
Signed-off-by: Paul Chaignon <paul.chaignon@orange.com>
|
2019-11-29 11:27:09 +01:00 |
|