gitignore: ignore perf data files
This commit is contained in:
parent
926c90bc64
commit
e4598aa241
4
.gitignore
vendored
4
.gitignore
vendored
@ -1,5 +1,7 @@
|
|||||||
core
|
core
|
||||||
vgcore.*
|
vgcore.*
|
||||||
|
perf.data
|
||||||
|
perf.data.old
|
||||||
.waf*
|
.waf*
|
||||||
tags
|
tags
|
||||||
.lock-wscript
|
.lock-wscript
|
||||||
@ -42,4 +44,4 @@ ipch/
|
|||||||
email.md
|
email.md
|
||||||
deps/v8-*
|
deps/v8-*
|
||||||
./node_modules
|
./node_modules
|
||||||
.svn/
|
.svn/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user