I want to upload my xcode project to git, but only needed files. I see different files that i’m sure are created during build, but about others i’m not. I’m talking about *pbx* and *.oa files.
I’m using git. And want to configure an “exclude” file with patterns of files to be ignored. Is it safe to add the following patterns: *pbx* and *.oa?
Maybe someone can share an exclude file..
No it is not safe for pbx because project.pbxproject is very important (and a real pain with version control). I am unsure about *.oa but here is a list of items I currently exclude in svn.