gitignore: ignore some common profiling outputs

This commit is contained in:
Ciro Santilli 六四事件 法轮功
2020-02-20 00:00:00 +00:00
parent 756ecea195
commit 9015fd7042

4
.gitignore vendored
View File

@@ -40,3 +40,7 @@ modules.order
# node.js
node_modules
# Performance profiling stuff.
perf.data
callgrind.out.*