]>
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 | ||
5ba3f43e A |
10 | # JSON compilation definitions (for the YouCompleteMe vim plugin) |
11 | compile_commands.json | |
12 | ||
3e170ce0 A |
13 | # / |
14 | /.remotebuild_credential | |
15 | /cscope.* | |
16 | /TAGS | |
17 | /tags | |
18 | ||
19 | # /libkern/c++/Tests/TestSerialization/test1/test1.xcodeproj/ | |
20 | /libkern/c++/Tests/TestSerialization/test1/test1.xcodeproj/xcuserdata | |
21 | ||
22 | # /libkern/c++/Tests/TestSerialization/test2/test2.xcodeproj/ | |
23 | /libkern/c++/Tests/TestSerialization/test2/test2.xcodeproj/xcuserdata | |
24 | ||
25 | # /libkern/kmod/libkmod.xcodeproj/ | |
26 | /libkern/kmod/libkmod.xcodeproj/xcuserdata | |
27 | ||
28 | # /libsyscall/Libsyscall.xcodeproj/ | |
29 | /libsyscall/Libsyscall.xcodeproj/xcuserdata | |
30 | /libsyscall/Libsyscall.xcodeproj/project.xcworkspace | |
31 | ||
32 | # /tools/lldbmacros/ | |
33 | /tools/lldbmacros/*.pyc | |
34 | ||
35 | # /tools/lldbmacros/core/ | |
36 | /tools/lldbmacros/core/*.pyc | |
37 | ||
38 | # /tools/lldbmacros/plugins/ | |
39 | /tools/lldbmacros/plugins/*.pyc | |
40 | ||
41 | # /tools/tests/perf_index/PerfIndex_COPS_Module/PerfIndex.xcodeproj/ | |
42 | /tools/tests/perf_index/PerfIndex_COPS_Module/PerfIndex.xcodeproj/xcuserdata | |
43 | ||
44 | # /tools/tests/testkext/testkext.xcodeproj/ | |
45 | /tools/tests/testkext/testkext.xcodeproj/xcuserdata | |
46 | ||
47 | # /tools/tests/unit_tests/cpu_monitor_tests_11646922_src/cpu_hog/cpu_hog.xcodeproj/ | |
48 | /tools/tests/unit_tests/cpu_monitor_tests_11646922_src/cpu_hog/cpu_hog.xcodeproj/xcuserdata | |
49 | ||
50 | # /tools/tests/unit_tests/monitor_stress_12901965_src/monitor_stress.xcodeproj/ | |
51 | /tools/tests/unit_tests/monitor_stress_12901965_src/monitor_stress.xcodeproj/xcuserdata | |
52 | ||
53 | # /tools/tests/unit_tests/monitor_stress_12901965_src/monitor_stress.xcodeproj/project.xcworkspace/ | |
54 | /tools/tests/unit_tests/monitor_stress_12901965_src/monitor_stress.xcodeproj/project.xcworkspace/xcuserdata | |
55 | ||
56 | # /tools/tests/zero-to-n | |
57 | /tools/tests/zero-to-n/zn* |