From fcf6db1996e38b9f22768b09a7a69c84383e483d Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Fri, 2 Sep 2016 18:54:51 +0200 Subject: sys: remove autogenerated files They were necessary when they were the source of constant values extracted from kernel code (hard to do). Now constants are checked-in separately, and these large files can be easily regenerated with 'make generate'. Now they are only a source of large uninteresting diffs in commits. Remove them. --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 32bc424a1..5f5270a84 100644 --- a/.gitignore +++ b/.gitignore @@ -2,3 +2,7 @@ *~ bin/ +sys/sys_amd64.go +sys/sys_arm64.go +sys/sys_ppc64le.go +executor/syscalls.h -- cgit mrf-deployment