Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Noordhuis <info@bnoordhuis.nl>2013-01-14 16:06:29 +0400
committerBen Noordhuis <info@bnoordhuis.nl>2013-01-14 16:06:29 +0400
commite4598aa241dabd8f30a90692b9c075e539b7cbd1 (patch)
tree5deff9b3cd8f7fbdcc3fc4fd70ccbbd1d99ede6a /.gitignore
parent926c90bc64c02d155406ff464ec28d85667e3df0 (diff)
gitignore: ignore perf data files
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore4
1 files changed, 3 insertions, 1 deletions
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/