Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added generated files to project's gitignore #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

ecamacho
Copy link

I've added the files generated by Cocoapods and by the vendor_project method (bridge support for 3rd party libs) to the gitignore of the projects, because such files should not be pushed to git repositories. I've also added the RubyMine files and the dat* files generated by SublimeText2.

io.puts "build-iPhoneOS"
io.puts "build-iPhoneSimulator"
io.puts ".build"
io.puts "*.bridgesupport"
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm not sure if it's a good idea to ignore .bridgesupport files. Some projects can include manually-generated .bridgesupport files and these should go into source control.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
2 participants