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