Files
dwm/.gitignore
Quinn c23f9dfe2e Move config.mk into Makefile, and delete config.mk.
config.mk shall now contain user-specific configurations, and thus is
now ignored.
2026-01-25 12:39:49 +01:00

20 lines
204 B
Plaintext

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