Re: Can't seem to get CVS to ignore my build directories
Re: Can't seem to get CVS to ignore my build directories
- Subject: Re: Can't seem to get CVS to ignore my build directories
- From: Shawn Erickson <email@hidden>
- Date: Tue, 17 Feb 2004 14:01:13 -0800
On Feb 17, 2004, at 10:43 AM, Dave Camp wrote:
I've got a .cvsignore file in my home folder that looks like:
.DS_Store
*.pbxuser
build
*.build
*~.nib
However, when I update with "cvs up -dP" I still get lines like:
? path/to/build/whatever
? path/to/build/SharedCaches
I don't get the warning lines for other files in the .cvsignore (like
nib backups and .pbxuser files) so I know it's being used.
Why wont CVS ignore my XCode build directories?
Do those directories happen to exist in your CVS archive?
Or do they currently have CVS directories?
My setup ignores build directories just fine with the following...
Cube:~/SourceCode/CVSROOT shawnce$ more cvsignore
.DS_Store
.FBCIndex
.FBCIndexCopy
.FBCIndexTemp
.FBCLockFolder
.localized
*.pbxuser
*~.*
*.app
*.kext
*.framework
build
-Shawn
_______________________________________________
xcode-users mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/xcode-users
Do not post admin requests to the list. They will be ignored.