mirror of
https://github.com/openframeworks/openFrameworks.git
synced 2026-03-27 23:51:14 +00:00
68 lines
1018 B
Plaintext
68 lines
1018 B
Plaintext
#########################
|
|
# core examples
|
|
#########################
|
|
|
|
*/*/bin/*
|
|
!*/*/bin/data/
|
|
|
|
#########################
|
|
# IDE
|
|
#########################
|
|
|
|
# XCode
|
|
/*/*/*.xcodeproj
|
|
/*/*/Project.xcconfig
|
|
/*/*/openFrameworks-Info.plist
|
|
/*/*/ofxiOS-Info.plist
|
|
/*/*/ofxiOS_Prefix.pch
|
|
/*/*/*/*/Default*.png
|
|
/*/*/*/*/Icon*.png
|
|
|
|
# Code::Blocks
|
|
/*/*/*.cbp
|
|
/*/*/*.workspace
|
|
|
|
# Visual Studio
|
|
#/*/*/*.sln
|
|
#/*/*/*.vcxproj
|
|
#/*/*/*.vcxproj.user
|
|
#/*/*/*.vcxproj.filters
|
|
#/*/*/icon.rc
|
|
|
|
# Eclipse
|
|
/*/*/.cproject
|
|
/*/*/.project
|
|
/*/*/.settings/
|
|
|
|
# QtCreator
|
|
/*/*/*.qbs
|
|
/*/*/*.qbs.user
|
|
/*/*/*.pro
|
|
/*/*/*.pro.user
|
|
|
|
#########################
|
|
# operating system
|
|
#########################
|
|
|
|
# Linux
|
|
/*/*/Makefile
|
|
/*/*/config.make
|
|
# Leave Android files in until project generation works
|
|
!/android/*/Makefile
|
|
!/android/*/config.make
|
|
|
|
# Android
|
|
android/*/test link
|
|
android/*/gen
|
|
android/*/res/raw
|
|
libOFAndroidApp*.so
|
|
gdbserver
|
|
gdb.setup
|
|
libneondetection.so
|
|
Application.mk
|
|
Android.mk
|
|
|
|
!/android/*/.cproject
|
|
!/android/*/.project
|
|
!/android/*/.settings
|