From 74d19a0664e6b84ef55e131056f6ae3d8ea8fdc2 Mon Sep 17 00:00:00 2001 From: Trey Blancher Date: Mon, 1 Jul 2024 16:39:20 -0400 Subject: [PATCH] Revamped .gitignore (only include xmonad.hs) --- .gitignore | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.gitignore b/.gitignore index 5f91b01..2cd3b78 100644 --- a/.gitignore +++ b/.gitignore @@ -1,6 +1,2 @@ -prompt-history -build-x86_64-linux -xmonad-x86_64-linux -xmonad.errors -xmonad.hi -xmonad.o +* +!xmonad.hs