In Xcode, after git mergetool
, there are some backup files like this:
X.xcodeproj/project.pbxproj.BACKUP.36127.pbxproj
X.xcodeproj/project.pbxproj.LOCAL.36127.pbxproj
X.xcodeproj/project.pbxproj.REMOTE.36127.pbxproj
How to ignore these files in git with .gitignore
?
Thanks.