X-Git-Url: https://git.saurik.com/apple/xnu.git/blobdiff_plain/5ba3f43ea354af8ad55bea84372a2bc834d8757c..c3c9b80d004dbbfdf763edeb97968c6997e3b45b:/.gitignore diff --git a/.gitignore b/.gitignore index f5ad2c6fd..1c0f5d497 100644 --- a/.gitignore +++ b/.gitignore @@ -7,51 +7,21 @@ build/ *~ *.swp -# JSON compilation definitions (for the YouCompleteMe vim plugin) +# JSON compilation definitions compile_commands.json +# From the various build systems +*.xcworkspace +xcuserdata +*.pyc + # / /.remotebuild_credential /cscope.* /TAGS /tags -# /libkern/c++/Tests/TestSerialization/test1/test1.xcodeproj/ -/libkern/c++/Tests/TestSerialization/test1/test1.xcodeproj/xcuserdata - -# /libkern/c++/Tests/TestSerialization/test2/test2.xcodeproj/ -/libkern/c++/Tests/TestSerialization/test2/test2.xcodeproj/xcuserdata - -# /libkern/kmod/libkmod.xcodeproj/ -/libkern/kmod/libkmod.xcodeproj/xcuserdata - -# /libsyscall/Libsyscall.xcodeproj/ -/libsyscall/Libsyscall.xcodeproj/xcuserdata -/libsyscall/Libsyscall.xcodeproj/project.xcworkspace - -# /tools/lldbmacros/ -/tools/lldbmacros/*.pyc - -# /tools/lldbmacros/core/ -/tools/lldbmacros/core/*.pyc - -# /tools/lldbmacros/plugins/ -/tools/lldbmacros/plugins/*.pyc - -# /tools/tests/perf_index/PerfIndex_COPS_Module/PerfIndex.xcodeproj/ -/tools/tests/perf_index/PerfIndex_COPS_Module/PerfIndex.xcodeproj/xcuserdata - -# /tools/tests/testkext/testkext.xcodeproj/ -/tools/tests/testkext/testkext.xcodeproj/xcuserdata - -# /tools/tests/unit_tests/cpu_monitor_tests_11646922_src/cpu_hog/cpu_hog.xcodeproj/ -/tools/tests/unit_tests/cpu_monitor_tests_11646922_src/cpu_hog/cpu_hog.xcodeproj/xcuserdata - -# /tools/tests/unit_tests/monitor_stress_12901965_src/monitor_stress.xcodeproj/ -/tools/tests/unit_tests/monitor_stress_12901965_src/monitor_stress.xcodeproj/xcuserdata - -# /tools/tests/unit_tests/monitor_stress_12901965_src/monitor_stress.xcodeproj/project.xcworkspace/ -/tools/tests/unit_tests/monitor_stress_12901965_src/monitor_stress.xcodeproj/project.xcworkspace/xcuserdata - # /tools/tests/zero-to-n /tools/tests/zero-to-n/zn* + +# XXX do not add *.orig, *.rej, use `git clean` instead