[webkit-changes] [WebKit/WebKit] 5248de: [gitignore] Ignore BenchmarkTemp folder
AtariDreams
noreply at github.com
Mon Oct 30 11:16:07 PDT 2023
Branch: refs/heads/main
Home: https://github.com/WebKit/WebKit
Commit: 5248de0bfe2b9953054338722673398ee955bcef
https://github.com/WebKit/WebKit/commit/5248de0bfe2b9953054338722673398ee955bcef
Author: Rose <83477269+AtariDreams at users.noreply.github.com>
Date: 2023-10-30 (Mon, 30 Oct 2023)
Changed paths:
M .gitignore
Log Message:
-----------
[gitignore] Ignore BenchmarkTemp folder
https://bugs.webkit.org/show_bug.cgi?id=263890
Reviewed by Simon Fraser.
Every time run-jsc-benchmarks is run, Git adds the benchmark folder
automatically generated from run-jsc-benchmarks to the changed files
list, which adds over 10,000 temporary files that have to be omitted
manually before pushing any commit.
Git should ignore these files.
* .gitignore: Add BenchmarkTemp to .gitignore
Canonical link: https://commits.webkit.org/269958@main
More information about the webkit-changes
mailing list