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
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…
Reference in New Issue
Block a user