1

I forgot to check the box in Xcode to create a git repository for my Cocoa application. So which files should I manually add to version control?

rubergly
  • 878
  • 8
  • 20

2 Answers2

1

You could define a .gitignore for XCode4 project (as detailled in this SO question, or in this GitHub XCode addon), and add everything else.

Community
  • 1
  • 1
VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250
  • Thank you, that question is exactly what I was looking for. I had searched, but not come across it. Going to mark to close this question. – rubergly Sep 08 '11 at 04:11
  • 1
    @rubergly: the situation being slightly different, it can be helpful to others being in that same situation. – VonC Sep 08 '11 at 04:12
0

If you want a complete list of files to ignore, see this.

Oscar Del Ben
  • 4,485
  • 1
  • 27
  • 41