dmenu

fork of dmenu
git clone git://popovic.xyz/dmenu.git
Log | Files | Refs | README | LICENSE

commit c188c3b40dc08afc66061c4f5a7384d3739a59d5
parent 431d657c119ffb18dc3d72eeed8383f969cc7af1
Author: Milutin Popovic <milutin@popovic.xyz>
Date:   Sun,  4 Jan 2026 19:44:13 +0000

add gitignore

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

diff --git a/.gitignore b/.gitignore @@ -0,0 +1,14 @@ +# Build artifacts (suckless) +slock +*.o +*.d +*.a +*.so + +# Nix build results +result +result-* + +# direnv +.direnv/ +.envrc.local