]> git.saurik.com Git - apple/xnu.git/blobdiff - .gitignore
xnu-7195.101.1.tar.gz
[apple/xnu.git] / .gitignore
index ddcc48045a28fffe09e1e69afc1e57fcf9d2c990..1c0f5d4970bb676580cfae059b38a5d4634e7cf5 100644 (file)
@@ -3,48 +3,25 @@ BUILD/
 build/
 .DS_Store
 
+# vim swap files
+*~
+*.swp
+
+# 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