Add Linux perf output to .gitignore

This commit is contained in:
Matthew Gordon 2019-12-21 10:45:48 -05:00
parent 08484306fd
commit 2c4e951767
1 changed files with 5 additions and 1 deletions

6
.gitignore vendored
View File

@ -1,5 +1,9 @@
*~ *~
# Linux perf results
perf.data
perf.data.*
# Generated by Cargo # Generated by Cargo
# will have compiled files and executables # will have compiled files and executables
/target/ /target/
@ -17,4 +21,4 @@ Cargo.lock
#already existing elements are commented out #already existing elements are commented out
/target /target
#**/*.rs.bk #**/*.rs.bk