aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorYevgeny Pats <yp@fuzzit.dev>2019-08-09 10:46:28 +0300
committerDmitry Vyukov <dvyukov@google.com>2019-08-09 11:56:42 +0200
commite5701ed16c822ef5a4abc4224b44c36b3489aca3 (patch)
treeff839305f8859581bd5a3233688737c6986aeff7 /.gitignore
parentede31a9b5144a9da36a8c5382d3b1ab892abcc83 (diff)
fuzzit.sh: migrate syzkaller to new org and introduce regression
The fuzzers now run on every new code that is pushed to master Regression using the generated corpus from the above step is run locally in the travis. This should fail the travis if new or old bugs are introduce and thus help catch bugs earlier. To reproduce locally you can run ./fuzzit create job --local syzkaller/target-name $PATH_TO_FUZZER
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore3
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 018a6d605..34ddd10f6 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,3 +4,6 @@
workdir*
bin/
+
+# jetbrains goland
+.idea