17 lines
No EOL
319 B
Text
17 lines
No EOL
319 B
Text
# Build trees
|
|
/build/
|
|
/build-*/
|
|
|
|
# Editor / tooling caches and generated compilation database
|
|
.cache/
|
|
compile_commands.json
|
|
|
|
# Test scratch
|
|
/tmp/
|
|
|
|
# Local downloads and packaging scratch
|
|
/downloads/
|
|
/package/
|
|
/package.zip
|
|
# Stray torrents dropped at the repo root (fixtures under tests/ stay tracked)
|
|
torrents/*.torrent |