mirror of
https://github.com/reactos/syzkaller.git
synced 2025-02-15 09:07:43 +00:00
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:
parent
5a6ebade95
commit
fcf6db1996
4
.gitignore
vendored
4
.gitignore
vendored
@ -2,3 +2,7 @@
|
||||
*~
|
||||
|
||||
bin/
|
||||
sys/sys_amd64.go
|
||||
sys/sys_arm64.go
|
||||
sys/sys_ppc64le.go
|
||||
executor/syscalls.h
|
||||
|
3350
executor/syscalls.h
3350
executor/syscalls.h
File diff suppressed because it is too large
Load Diff
5411
sys/sys_amd64.go
5411
sys/sys_amd64.go
File diff suppressed because one or more lines are too long
5340
sys/sys_arm64.go
5340
sys/sys_arm64.go
File diff suppressed because one or more lines are too long
5365
sys/sys_ppc64le.go
5365
sys/sys_ppc64le.go
File diff suppressed because one or more lines are too long
Loading…
x
Reference in New Issue
Block a user