mirror of
https://github.com/openframeworks/openFrameworks.git
synced 2026-03-27 23:51:14 +00:00
Refactor out gitignore in /other/serialTest. Add some more noticable headers. Some simplifaction and restructuring. Clean up some files.
20 lines
337 B
Plaintext
20 lines
337 B
Plaintext
#########################
|
|
# core apps
|
|
#########################
|
|
|
|
# include official directories
|
|
!projectGenerator/
|
|
!devApps/
|
|
|
|
# ignore bin folders' contents, except data folder therein
|
|
/devApps/*/bin/*
|
|
!/devApps/*/bin/data/
|
|
|
|
/devApps/*/.cproject
|
|
/devApps/*/.project
|
|
/devApps/*/.settings/
|
|
|
|
# don't ignore the .gitignore file
|
|
!.gitignore
|
|
|