embedXcode how does your .gitignore file look?

Status
Not open for further replies.

mick

Active member
Hi there,

I'm using teensy quite a bit in combination with embedXcode, but the amount of clutter I'm getting with every git commit can be a bit hard to sort out.

Generally I'm at least including these lines

Code:
projectname/Builds/*
projectname/Makefiles/*
projectname/Configurations/*
projectname/Utilities/*
projectname/Makefile

Any of you have a standard .gitignore you include in most of your projects? Just ran across this one for Xcode that seems handy

https://gist.github.com/adamgit/3786883
 
Status
Not open for further replies.
Back
Top