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

Keep project files out of addons folders. #1

Open
bilderbuchi opened this issue Jul 12, 2012 · 0 comments
Open

Keep project files out of addons folders. #1

bilderbuchi opened this issue Jul 12, 2012 · 0 comments

Comments

@bilderbuchi
Copy link
Member

When the project generator will be able to generate project files for addons, too (OF issue openframeworks/openFrameworks#1234), we can drop the project files from addons' examples. Then, the following gitignore entries will come in handy.

# Project files should not be committed to the repo. They will (soon) be 
# auto-generated by the project generator.

#XCode
/*/*.xcodeproj
/*/Project.xcconfig
/*/openFrameworks-Info.plist
/*/ofxiphone-Info.plist
/*/iPhone_Prefix.pch
/*/*/*/Default.png
/*/*/*/Icon.png

#Code::Blocks
/*/*.cbp
/*/*.workspace

#Visual Studio
/*/*.sln
/*/*.vcxproj
/*/*.vcxproj.user
/*/*.vcxproj.filters

#Eclipse
/*/.cproject
/*/.project
/*/.settings/

#Linux
/*/Makefile
/*/config.make
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant