From 9e10c2714cd159ce953155225cbe2ecc6810bd7f Mon Sep 17 00:00:00 2001 From: auric <104602845+ihateamongus@users.noreply.github.com> Date: Mon, 8 Sep 2025 21:02:18 -0500 Subject: Add minimal X11 login manager and cleanup --- .gitignore | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 .gitignore (limited to '.gitignore') diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f574378 --- /dev/null +++ b/.gitignore @@ -0,0 +1,13 @@ +# build artifacts +*.o +# binaries +/dmenu/dmenu +/dmenu/dmenu_path +/dmenu/dmenu_run +/dmenu/stest +/dwm/dwm +/slock/slock +/st/st +/tools/exofetch +/tools/colorstagger +/slogin/slogin -- cgit v1.2.3