syzkaller/.gitignore
Dmitry Vyukov fcf6db1996 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.
2016-09-02 18:57:29 +02:00

9 lines
88 B
Plaintext

*.swp
*~
bin/
sys/sys_amd64.go
sys/sys_arm64.go
sys/sys_ppc64le.go
executor/syscalls.h