18 lines
188 B
Plaintext
18 lines
188 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
|