# Exclusion list for artoolkitX packaging.
# One pattern match per line.

**/build-*

# Visual Studio
*.suo
*.user
*.userosscache
*.sln.docstates

#### Other Git
.gitignore/

#### IDE user-config.
# Android Studio
local.properties
*.iml
**/.gradle/
**/.idea/workspace.xml
**/.idea/libraries
**/captures/
**/.externalNativeBuild/

#### Caches
# Visual C++
ipch/
*.aps
*.ncb
*.opensdf
*.sdf
*.cachefile

#### OS-generated caches and resources
.DS_Store
.DS_Store?
._*
.Spotlight-V100
.Trashes
ehthumbs.db
Thumbs.db

### git merge conflict files
*.orig

#### Intermediate build products
*.o

#### Intermediate Language products
*.dex
*.class

#### Android stuff
SDK/lib/ARXJ/
SDK/lib/libARX.a
*.apk

#### Other examples
Examples/Square tracking example/Android/
Examples/Square tracking example/Linux/
Examples/Square tracking example/iOS/
Examples/Square tracking example/macOS/

Examples/2d tracking example/Android/
Examples/2d tracking example/Linux/
Examples/2d tracking example/iOS/
Examples/2d tracking example/macOS/

Examples/Square tracking example with OSG/Android/
Examples/Square tracking example with OSG/Linux/
Examples/Square tracking example with OSG/iOS/
Examples/Square tracking example with OSG/macOS/