From e52d8d22c7b4840c41ed52decb57ed12b1668459 Mon Sep 17 00:00:00 2001 From: xyz Date: Fri, 11 Nov 2022 00:33:18 -0800 Subject: config.h symlink as a workaround I prefer config.h and config.def.h to be the same. But I want to keep config.def.h for easier merge. So I workaround it with symlink. Also solve the problem of my PKGBUILD copy config.def.h as config.h once and never change config.h later, causes build bugs. AUR way of PKGBUILD track an extra config.h and copy it to the dir when build but I'm not a fan of this approach. --- .gitignore | 1 - 1 file changed, 1 deletion(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 8a283f2..095e840 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,2 @@ -config.h *.o dwm -- cgit v1.2.3-70-g09d2