Merge pull request #7835 from toger5/gitignoreToXcode
xCode added xcuserdata to gitignore
This commit is contained in:
commit
5e3fc7d069
1 changed files with 3 additions and 0 deletions
3
.gitignore
vendored
3
.gitignore
vendored
|
@ -246,6 +246,9 @@ node_modules/
|
|||
#Kdevelop project files
|
||||
*.kdev4
|
||||
|
||||
# xCode
|
||||
xcuserdata
|
||||
|
||||
# RIA/Silverlight projects
|
||||
Generated_Code/
|
||||
|
||||
|
|
Loading…
Reference in a new issue