syzkaller/.gitignore
Dmitry Vyukov ec42220e77 Makefile: generate descriptions on-the-fly
Checking in the generated descriptions files makes few things simpler,
but causes pain for pull requests: (1) PRs that touch descriptions
_always_ conflict, (2) PRs are large and harder to review,
(3) people sometimes forget to add auto-generated files.

The proposed way does not require us to hardcode lots of dependencies
in the Makefile (which is nice) and seem to work.
Let's see how it works.

The main contributor-visible consequence is that the auto-generated
files do not need to be checked-in now.

Credit for figuring the Makefile magic goes to @melver.

Fixes #1291
2020-04-30 17:18:29 +02:00

22 lines
271 B
Plaintext

*.swp
*~
*.cfg
workdir*
bin/
dashboard/app/config_prod.go
# stub file used by Makefile
.descriptions
# files generated by syz-sysgen
sys/*/gen/*.go
executor/defs.h
executor/syscalls.h
# produced by gcloud command
dashboard/app/.gcloudignore
# jetbrains goland
.idea