From 2c4e951767d7f81e6ba96823db907189c057e0bc Mon Sep 17 00:00:00 2001 From: Matthew Gordon Date: Sat, 21 Dec 2019 10:45:48 -0500 Subject: [PATCH] Add Linux perf output to .gitignore --- .gitignore | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a0fbdae..6c09f28 100644 --- a/.gitignore +++ b/.gitignore @@ -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 \ No newline at end of file