summarylogtreecommitdiffstats
path: root/.gitignore
blob: cf8416388573c106c8150005c8a02e997458bdd0 (plain)
1
2
3
4
5
6
7
8
9
10
cat > .gitignore <<'EOF'
/src/
/pkg/
/*.tar.*
/*.tar.zst
/*.pkg.tar*
/*.log
/.cache/
*.part
EOF