Add Linux perf output to .gitignore
This commit is contained in:
parent
08484306fd
commit
2c4e951767
|
|
@ -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/
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue