diff options
| author | auric <104602845+ihateamongus@users.noreply.github.com> | 2025-09-08 21:02:18 -0500 |
|---|---|---|
| committer | auric <104602845+ihateamongus@users.noreply.github.com> | 2025-09-08 21:02:18 -0500 |
| commit | 9e10c2714cd159ce953155225cbe2ecc6810bd7f (patch) | |
| tree | 39cf7b7d40d3e9808e436cfa208bccd9a8c43208 /.gitignore | |
| parent | d11aec86841f77edd6eba3e07aa1e7e591e9da2a (diff) | |
Add minimal X11 login manager and cleanup
Diffstat (limited to '.gitignore')
| -rw-r--r-- | .gitignore | 13 |
1 files changed, 13 insertions, 0 deletions
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 |
