From 2cd5059cf10950d1b04cbc352fde3348549d8493 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Sun, 29 May 2022 00:04:16 +0200 Subject: [PATCH] ignore gmon.out --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index d24d0e6d..49bd7440 100644 --- a/.gitignore +++ b/.gitignore @@ -19,3 +19,6 @@ result .ccls-cache hyprctl/hyprctl + +gmon.out +*.out \ No newline at end of file