Files
dwm/.gitignore
Quinn 1448916be3 Rework makefile and worktree.
Moved most source files to /src/
Renamed `LICENSE` to `COPYING` to reduce (my personal) misspellings.
Rewrote Makefile to be more Quinn-friendly, and removed some components
not necessary for me, since this is a personal project.
2026-01-25 12:20:47 +01:00

19 lines
193 B
Plaintext

# Ignore dotfiles by default
.*
# Ignore common (generated) file types
*.a
*.o
*.d
*.so
*.out
*.hex
*.gz
# Ignore /bin/ directory
/bin/
# Unignore specific files.
!.gitignore
!.clang-format