mirror of
https://github.com/openframeworks/openFrameworks.git
synced 2026-03-29 16:57:07 +00:00
70 lines
1.0 KiB
Plaintext
70 lines
1.0 KiB
Plaintext
#########################
|
|
# core examples
|
|
#########################
|
|
|
|
*/*/bin/*
|
|
!*/*/bin/data/
|
|
|
|
#########################
|
|
# IDE
|
|
#########################
|
|
|
|
# XCode
|
|
/*/*/*.xcodeproj
|
|
/*/*/Project.xcconfig
|
|
/*/*/openFrameworks-Info.plist
|
|
/*/*/ofxiOS-Info.plist
|
|
/*/*/ofxiOS_Prefix.pch
|
|
/*/*/of.entitlements
|
|
/*/*/*/*/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
|
|
!android/*/.settings/*
|