]> git.saurik.com Git - apple/xnu.git/blame_incremental - .gitignore
xnu-7195.101.1.tar.gz
[apple/xnu.git] / .gitignore
... / ...
CommitLineData
1# Any level
2BUILD/
3build/
4.DS_Store
5
6# vim swap files
7*~
8*.swp
9
10# JSON compilation definitions
11compile_commands.json
12
13# From the various build systems
14*.xcworkspace
15xcuserdata
16*.pyc
17
18# /
19/.remotebuild_credential
20/cscope.*
21/TAGS
22/tags
23
24# /tools/tests/zero-to-n
25/tools/tests/zero-to-n/zn*
26
27# XXX do not add *.orig, *.rej, use `git clean` instead