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.
As in this article, you could add in your global ignore file:
Strangely enough, there isn’t yet an XCode file in the “GitHub Ignore” global files project.
indiantroy suggested also ignoring: