diff options
author | Tim Taubert <ttaubert@mozilla.com> | 2016-10-12 15:30:05 +0200 |
---|---|---|
committer | Tim Taubert <ttaubert@mozilla.com> | 2016-10-12 15:30:05 +0200 |
commit | 1089ca030d99ea7f4606fc57d3f8566ff2bf5d62 (patch) | |
tree | 5a3f978c9afa2d3a398e8b652924d3db39bd3cf7 /.gitignore | |
parent | 6d7cbd409ccfb18bc0dd7db5757d49189d9affa0 (diff) | |
download | nss-hg-1089ca030d99ea7f4606fc57d3f8566ff2bf5d62.tar.gz |
Bug 1308874 - Land basic libFuzzer fuzzing framework r=franziskus
Differential Revision: https://nss-dev.phacility.com/D76
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 0a0b17858..c55ef00a2 100644 --- a/.gitignore +++ b/.gitignore @@ -13,3 +13,5 @@ GTAGS #* .#* .ycm_extra_conf.py* +fuzz/libFuzzer/* +fuzz/corpus |