]>
Commit | Line | Data |
---|---|---|
1 | # Any level | |
2 | BUILD/ | |
3 | build/ | |
4 | .DS_Store | |
5 | ||
6 | # vim swap files | |
7 | *~ | |
8 | *.swp | |
9 | ||
10 | # JSON compilation definitions | |
11 | compile_commands.json | |
12 | ||
13 | # From the various build systems | |
14 | *.xcworkspace | |
15 | xcuserdata | |
16 | *.pyc | |
17 | ||
18 | # / | |
19 | /.remotebuild_credential | |
20 | /cscope.* | |
21 | /TAGS | |
22 | /tags | |
23 | ||
24 | # /tools/tests/zero-to-n | |
25 | /tools/tests/zero-to-n/zn* | |
26 | ||
27 | # XXX do not add *.orig, *.rej, use `git clean` instead |