Files
dwm/.gitignore
2026-01-25 12:39:49 +01:00

21 lines
233 B
Plaintext

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