Skip navigation.
 
mlRe: cvsignore - what to ignore?
FROM : Andy Lee
DATE : Mon Sep 30 23:02:30 2002

At 8:20 AM -0700 9/30/02, Shawn Erickson wrote:
>I have the following in my CVS ignore ($CVSROOT/CVSROOT/cvsignore) file...
>
>.DS_Store
>.FBCIndex
>.FBCIndexCopy
>.FBCIndexTemp
>.FBCLockFolder
>.localized
>*.pbxuser
>build
>
>Anything else that one should add when working on Mac OS X?


I also have

*~.*

to make sure I don't accidentally import the backup copies of nib
files that IB makes, if you have that option turned on, which I
believe it is by default.

--Andy

Related mailsAuthorDate
mlcvsignore - what to ignore? Shawn Erickson Sep 30, 11:17
mlRe: cvsignore - what to ignore? Mark F. Murphy Sep 30, 12:18
mlRe: cvsignore - what to ignore? Andy Lee Sep 30, 23:02