diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2016-09-02 18:54:51 +0200 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2016-09-02 18:57:29 +0200 |
| commit | fcf6db1996e38b9f22768b09a7a69c84383e483d (patch) | |
| tree | 1bc58a6ac6e51c2f79f894d85c2c01fbeb3be416 /.gitignore | |
| parent | 5a6ebade952c18db62a49ad9272021e450dc9136 (diff) | |
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.
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
