blob: 5de89cf8469c0f129391dd3a5248a47adfd471fb [file] [log] [blame]
# 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