mirror of
https://github.com/pcottle/learnGitBranching.git
synced 2025-07-20 18:55:00 +02:00
finally got xcode
This commit is contained in:
parent
a4ebcf271d
commit
08d511c1b1
1 changed files with 31 additions and 0 deletions
31
.gitignore
vendored
31
.gitignore
vendored
|
@ -27,3 +27,34 @@ src/__tests__/casperjs/*.js-e
|
||||||
xcuserdata
|
xcuserdata
|
||||||
UserInterfaceState.xcuserstate
|
UserInterfaceState.xcuserstate
|
||||||
xcuserdata/
|
xcuserdata/
|
||||||
|
|
||||||
|
*.pbxuser
|
||||||
|
*.perspective
|
||||||
|
*.perspectivev3
|
||||||
|
|
||||||
|
*.mode1v3
|
||||||
|
*.mode2v3
|
||||||
|
|
||||||
|
*.xcodeproj/xcuserdata/*.xcuserdatad
|
||||||
|
|
||||||
|
*.xccheckout
|
||||||
|
*.xcuserdatad
|
||||||
|
|
||||||
|
*.pyc
|
||||||
|
|
||||||
|
.User.xcconfig
|
||||||
|
|
||||||
|
xcuserdata
|
||||||
|
Tools/xctool/build
|
||||||
|
Tools/clang/analyzer/build
|
||||||
|
Tools/clang/libtooling/build
|
||||||
|
Tools/clang/clang-ocaml/build
|
||||||
|
Tools/clang/xcode
|
||||||
|
VendorLib/Breakpad/src/tools/mac/dump_syms/build
|
||||||
|
DerivedData
|
||||||
|
VendorLib/clang/lib/arc
|
||||||
|
VendorLib/clang/lib/c++
|
||||||
|
|
||||||
|
*.swp
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue