From e5cd3d969731876646f5ed18320d8437a9a09b61 Mon Sep 17 00:00:00 2001 From: ZachIR Date: Sat, 9 Aug 2025 07:01:08 -0500 Subject: Move config.h to config.def.h This seems more downstream friendly, even if there will never be a downstream. Also add config.h to .gitignore --- .gitignore | 1 + 1 file changed, 1 insertion(+) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 095e840..8a283f2 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ +config.h *.o dwm -- cgit v1.2.3