> On 28 Dec 2014, at 12:49, Rick Mann <[email protected]> wrote: > > How can I get Xcode to ignore these Breakpoints_v2.xcbkptlist files? I've > managed to get it to ignore other similar user-state files, but this one > persists. It shows up in my git commit dialog as "?". > > I added *.xcbkptlist to my .gitignore, but it doesn't work. I try to remove > that file from git's index, but it complains, I think because it's not in > there to begin with. > > Any ideas? Thanks! >
Check the line you added to .gitignore for trailing whitespace after *.xcbkptlist. That’s the 99% rookie mistake for "gitignore wildcard doesn’t work”. _______________________________________________ Do not post admin requests to the list. They will be ignored. Xcode-users mailing list ([email protected]) Help/Unsubscribe/Update your Subscription: https://lists.apple.com/mailman/options/xcode-users/archive%40mail-archive.com This email sent to [email protected]
