From 6a67c041e5d391c1a39a05356bb064fc08edc7bd Mon Sep 17 00:00:00 2001 From: frosty Date: Tue, 3 Sep 2024 20:27:48 -0400 Subject: [PATCH] add .gitignore --- .gitignore | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..97b3fc1 --- /dev/null +++ b/.gitignore @@ -0,0 +1,11 @@ +# Binaries +dwm +*.o +# Config copy +config.h +# Patches +*.diff +*.patch +# Copies +*.orig +*.rej