blob: 3d5834d58ce3d46b3d3ef84aa7d4b51226cea12d [file]
# Exclude special directories
docs
tests
third_party
make
common
library
# Exclude anything in a special "unused" directories
*unused*
# Exclude the .git directory
.git
# Exclude the dependency files
*.d
*.dmk
# Exclude Python cache files
__pycache__
*.pyc
*.pyo
# Exclude anything which starts with a dot
.*
# Exclude docs
*.md
*.pdf
# Exclude meson stuff
meson
# Exclude the environment
env