gitignore: ignore perf data files

This commit is contained in:
Ben Noordhuis 2013-01-14 13:06:29 +01:00
parent 926c90bc64
commit e4598aa241

2
.gitignore vendored
View File

@ -1,5 +1,7 @@
core core
vgcore.* vgcore.*
perf.data
perf.data.old
.waf* .waf*
tags tags
.lock-wscript .lock-wscript