diff options
author | Devon Sawatsky <novedevo@gmail.com> | 2021-09-27 22:22:46 -0700 |
---|---|---|
committer | gennyble <gen@nyble.dev> | 2021-09-28 23:05:18 +0000 |
commit | b8cdcfd74141db80bc1b1da71f8d120f3a0812d1 (patch) | |
tree | 5d3a2c1868f47b12e492fd86a3caa0beaeaf7485 | |
parent | 68bb98bdc511e1e2831ee1846f87e502ac3b6e2f (diff) | |
download | colorsquash-b8cdcfd74141db80bc1b1da71f8d120f3a0812d1.tar.gz colorsquash-b8cdcfd74141db80bc1b1da71f8d120f3a0812d1.zip |
add performance data to gitignore
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index b76f169..adc528b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,5 @@ /target *.png +flamegraph.svg +perf.data +perf.data.old |