Files
dwm/.gitignore
2026-01-19 19:12:47 +01:00

18 lines
186 B
Plaintext

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