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
|
||||
# will have compiled files and executables
|
||||
/target/
|
||||
|
|
@ -17,4 +21,4 @@ Cargo.lock
|
|||
#already existing elements are commented out
|
||||
|
||||
/target
|
||||
#**/*.rs.bk
|
||||
#**/*.rs.bk
|
||||
Loading…
Reference in New Issue