Skip to content

Commit

Permalink
chore: ignore a few profiling-related files (#5337)
Browse files Browse the repository at this point in the history
* chore: git-ignore heaptrack output

* chore: git-ignore perf outputs
  • Loading branch information
crepererum authored Aug 8, 2022
1 parent f9d0e37 commit 5f407ec
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@
*.tsm
**/.DS_Store
**/.vscode
heaptrack.*
massif.out.*
perf.data*
perf.svg
perf.txt
query_tests/cases/**/*.out
valgrind-out.txt

0 comments on commit 5f407ec

Please sign in to comment.