From e4598aa241dabd8f30a90692b9c075e539b7cbd1 Mon Sep 17 00:00:00 2001 From: Ben Noordhuis Date: Mon, 14 Jan 2013 13:06:29 +0100 Subject: [PATCH] gitignore: ignore perf data files --- .gitignore | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 38e9ca975f1..d160912b064 100644 --- a/.gitignore +++ b/.gitignore @@ -1,5 +1,7 @@ core vgcore.* +perf.data +perf.data.old .waf* tags .lock-wscript @@ -42,4 +44,4 @@ ipch/ email.md deps/v8-* ./node_modules -.svn/ \ No newline at end of file +.svn/