blob: 5a38f2acb0e2f11f9c28034aac1f9c7d1589ae40 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# Build artifacts during normal use
/download
/build
/dist
/target
/build_system/target
# Downloaded by certain scripts
/rust
/git-fixed-subtree.sh
# Various things that can be created during development
*.rlib
*.o
perf.data
perf.data.old
*.mm_profdata
|