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.
This commit is contained in:
Dmitry Vyukov 2016-09-02 18:54:51 +02:00
parent 5a6ebade95
commit fcf6db1996
5 changed files with 4 additions and 19466 deletions

4
.gitignore vendored
View File

@ -2,3 +2,7 @@
*~
bin/
sys/sys_amd64.go
sys/sys_arm64.go
sys/sys_ppc64le.go
executor/syscalls.h

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long