dwm

my customized branch of dwm
git clone git://git.jakekoroman.com/dwm
Log | Files | Refs | README | LICENSE

commit 7dc96d41cd0b33947f4bdd83fefd593440076358
parent f77cdd196c388c5d1eb4442fc25ad6a4cea5cd72
Author: Jake Koroman <jake@jakekoroman.com>
Date:   Thu,  2 Oct 2025 15:34:12 -0400

add .gitignore

Diffstat:
A.gitignore | 5+++++
1 file changed, 5 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore @@ -0,0 +1,5 @@ +config.h +dwm +drw.o +dwm.o +util.o