Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,28 @@ Desktop.ini
.csettings
/libs/openFrameworksCompiled/project/android/paths.make

/libs/openFrameworksCompiled/project/android/**/build/
/libs/openFrameworksCompiled/project/android/**/.cxx/
/libs/openFrameworksCompiled/project/android/build*

examples/android/**/build.gradle
examples/android/**/gradle.properties
examples/android/**/proguard.cfg
examples/android/**/proguard-rules.pro
examples/android/**/template.config
examples/android/**/AndroidManifest.xml
examples/android/**/OFActivity.java

# Ignore compiled output or build dirs
examples/android/**/build/
examples/android/**/.cxx/

# Ignore launcher icons or PNGs
examples/android/**/*.png

# Ignore CMake files if autogenerated
examples/android/**/CMakeLists.txt

# Android Studio
*.iml

Expand Down Expand Up @@ -170,3 +192,5 @@ libs/openFrameworksCompiled/project/vs2019/openframeworksLib.vcxproj.user
scripts/templates/vs/bin/emptyExample_debug.exe
scripts/templates/vs2019/emptyExample.vcxproj.user
libs/openFrameworksCompiled/project/android/build-*/


Loading
Loading