# 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 | |
# Exclude meson stuff | |
meson | |
# Exclude the environment | |
env |