Skip to content

Instantly share code, notes, and snippets.

@flyingoctopus
Created November 8, 2012 06:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save flyingoctopus/4037293 to your computer and use it in GitHub Desktop.
Save flyingoctopus/4037293 to your computer and use it in GitHub Desktop.
openFrameworks/Apps level .gitignore
# flyingoctoApps is the only official directory
!flyingoctoApps/
# ignore bin folders' contents, except data folder therein
/flyingoctoApps/*/bin/*
!/flyingoctoApps/*/bin/data/
/flyingoctoApps/*/.cproject
/flyingoctoApps/*/.project
/flyingoctoApps/*/.settings/
!_Shit_you_need_to_write_down.md
# don't ignore the .gitignore file
!.gitignore
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment