Ignore Xcode build intermediate files and user settings.
Ignore files create by opening and building the xcode project files.
This commit is contained in:
parent
d7540a05c1
commit
08ad90937b
1 changed files with 6 additions and 0 deletions
6
.gitignore
vendored
6
.gitignore
vendored
|
|
@ -55,6 +55,12 @@
|
|||
/build/msw/*.suo
|
||||
/build/msw/.vs/
|
||||
|
||||
# /build/osx
|
||||
/build/osx/wxcocoa.xcodeproj/xcuserdata
|
||||
/build/osx/wxiphone.xcodeproj/xcuserdata
|
||||
/build/osx/setup/cocoa/include/wx/setup.h
|
||||
/build/osx/setup/iphone/include/wx/setup.h
|
||||
|
||||
# /demos/
|
||||
/demos/*/*.sln
|
||||
/demos/*/vc_msw
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue