]> git.saurik.com Git - apple/xnu.git/blobdiff - .gitignore
xnu-7195.101.1.tar.gz
[apple/xnu.git] / .gitignore
index 70d6a40147c3f9d040ce16d2ff0cf3af8e9a057c..1c0f5d4970bb676580cfae059b38a5d4634e7cf5 100644 (file)
@@ -7,65 +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
-
-# /libkdd/kdd.xcodeproj/
-/libkdd/kdd.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/CatchRN/CatchRN.xcodeproj/
-/tools/tests/unit_tests/cpu_monitor_tests_11646922_src/CatchRN/CatchRN.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/mach_test_15789220_src/mach_test.xcodeproj/
-/tools/tests/unit_tests/mach_test_15789220_src/mach_test.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/unit_tests/test_14395574/test_14395574.xcodeproj/
-/tools/tests/unit_tests/test_14395574/test_14395574.xcodeproj/xcuserdata
-
 # /tools/tests/zero-to-n
 /tools/tests/zero-to-n/zn*
 
-# do not add *.orig, *.rej, use `git clean` instead
+# XXX do not add *.orig, *.rej, use `git clean` instead