From d68d6cca1cf94bfd2710adb5cba2d8e7a61f9a61 Mon Sep 17 00:00:00 2001 From: Stefan Ellmauthaler Date: Tue, 21 Jun 2022 18:35:25 +0200 Subject: [PATCH] Ignore perf data (gitignore) --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 0d56a6f..e20f82e 100644 --- a/.gitignore +++ b/.gitignore @@ -23,4 +23,7 @@ tramp /tests/out/ # Ignore direnv data -/.direnv/ \ No newline at end of file +/.direnv/ + +# ignore perfdata +perf.data \ No newline at end of file