Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(21)

Unified Diff: .gitignore

Issue 911143003: skeleton for fuzzer; contains makefile and front end server (Closed) Base URL: https://skia.googlesource.com/buildbot@master
Patch Set: ;switch fuzzer to new metrics callback init Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | fuzzer/.bowerrc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: .gitignore
diff --git a/.gitignore b/.gitignore
index ccfcd217c6c96598d6ab076e78b706a60b89be4b..42680f0e50bbf954b72591bc029354bf06a29369 100644
--- a/.gitignore
+++ b/.gitignore
@@ -30,6 +30,13 @@ golden/res/js/core.js
golden/res/css/core.css
golden/res/imp/bower_components
golden/google_oauth_token.data
+fuzzer/node_modules
+fuzzer/res/css/fuzzer.css
+fuzzer/res/imp/bower_components
+fuzzer/res/js/core-debug.js
+fuzzer/res/js/core.js
+fuzzer/res/vul
+fuzzer/third_party
perf/bqtoken.data
perf/google_storage_token.data
perf/node_modules
« no previous file with comments | « no previous file | fuzzer/.bowerrc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698