* Uses C++14 standard lib instead of GNU GNU lead to compilation errors. * Removes variables Those are in the main Android.mk now and relative. * Creates header file for amiberry_filesys for reuse in other files * Adds prefix_with_application_directory_path for Android support * Uses path prefixer to fix some crashes on Android * Adds pattern for Android Studio (jetbrains) working file * Removes unused compiler directive LIBMPEG2_PATH from Makefile * Fixes startup behavior for Android We are using the applications directory as our working directory now, because SDCARD access will be limited in the future of Android. Coming with that, we're also relying on `start_path_data` being set correctly at startup instead of working around it during loading of settings. * Workaround for crash during startup * Workaround for another crash during startup on Android * Adds new code file scp.cpp to Android build * Adds orig files to gitignore * Fixes behaviour of prefix_with_application_directory_path * Enables redirection of logs to Android's logcat * Fixes misspelled compiler directive
216 lines
2.4 KiB
Text
216 lines
2.4 KiB
Text
# enriched with templates from https://www.gitignore.io/
|
|
|
|
### Amiberry files ###
|
|
conf/*.uae
|
|
conf/*.conf
|
|
kickstarts/*.rom
|
|
kickstarts/*.key
|
|
/amiberry*
|
|
|
|
### VisualGDB ###
|
|
VisualGDB/VisualGDB/Debug
|
|
VisualGDB/VisualGDB/Release
|
|
VisualGDB/Amiberry/VisualGDB
|
|
VisualGDB/VisualGDB/Debug
|
|
VisualGDBCache
|
|
CodeDB
|
|
*.opensdf
|
|
*.sdf
|
|
*.suo
|
|
*.old
|
|
|
|
### NetBeans ###
|
|
nbproject*
|
|
|
|
|
|
### VSLinux ###
|
|
VSLinux/obj
|
|
VSLinux/bin
|
|
|
|
### C ###
|
|
# Prerequisites
|
|
*.d
|
|
|
|
# Object files
|
|
*.o
|
|
*.ko
|
|
*.obj
|
|
*.elf
|
|
|
|
# Linker output
|
|
*.ilk
|
|
*.map
|
|
*.exp
|
|
|
|
# Precompiled Headers
|
|
*.gch
|
|
*.pch
|
|
|
|
# Libraries
|
|
*.lib
|
|
*.a
|
|
*.la
|
|
*.lo
|
|
|
|
# Shared objects (inc. Windows DLLs)
|
|
*.dll
|
|
*.so
|
|
*.so.*
|
|
*.dylib
|
|
|
|
# Executables
|
|
*.exe
|
|
*.out
|
|
*.app
|
|
*.i*86
|
|
*.x86_64
|
|
*.hex
|
|
|
|
# Debug files
|
|
*.dSYM/
|
|
*.su
|
|
*.idb
|
|
*.pdb
|
|
|
|
### C++ ###
|
|
# Compiled Object files
|
|
*.slo
|
|
|
|
# Compiled Static libraries
|
|
*.lai
|
|
|
|
### AndroidStudio ###
|
|
# Covers files to be ignored for android development using Android Studio.
|
|
|
|
# Built application files
|
|
*.apk
|
|
*.ap_
|
|
|
|
# Files for the ART/Dalvik VM
|
|
*.dex
|
|
|
|
# Java class files
|
|
*.class
|
|
|
|
# Generated files
|
|
bin/
|
|
gen/
|
|
out/
|
|
|
|
# Gradle files
|
|
.gradle
|
|
.gradle/
|
|
build/
|
|
|
|
# Signing files
|
|
.signing/
|
|
|
|
# Local configuration file (sdk path, etc)
|
|
local.properties
|
|
|
|
# Proguard folder generated by Eclipse
|
|
proguard/
|
|
|
|
# Log Files
|
|
*.log
|
|
|
|
# Android Studio
|
|
/*/build/
|
|
/*/local.properties
|
|
/*/out
|
|
/*/*/build
|
|
/*/*/production
|
|
captures/
|
|
.navigation/
|
|
*.ipr
|
|
*~
|
|
*.swp
|
|
|
|
# Android Patch
|
|
gen-external-apklibs
|
|
|
|
# External native build folder generated in Android Studio 2.2 and later
|
|
.externalNativeBuild
|
|
|
|
# NDK
|
|
obj/
|
|
|
|
# IntelliJ IDEA
|
|
*.iml
|
|
*.iws
|
|
/out/
|
|
|
|
# User-specific configurations
|
|
.idea/libraries/
|
|
.idea/workspace.xml
|
|
.idea/tasks.xml
|
|
.idea/.name
|
|
.idea/compiler.xml
|
|
.idea/copyright/profiles_settings.xml
|
|
.idea/encodings.xml
|
|
.idea/misc.xml
|
|
.idea/modules.xml
|
|
.idea/scopes/scope_settings.xml
|
|
.idea/dictionaries
|
|
.idea/vcs.xml
|
|
.idea/jsLibraryMappings.xml
|
|
.idea/datasources.xml
|
|
.idea/dataSources.ids
|
|
.idea/sqlDataSources.xml
|
|
.idea/dynamic.xml
|
|
.idea/uiDesigner.xml
|
|
|
|
# OS-specific files
|
|
.DS_Store
|
|
.DS_Store?
|
|
._*
|
|
.Spotlight-V100
|
|
.Trashes
|
|
ehthumbs.db
|
|
Thumbs.db
|
|
|
|
# Legacy Eclipse project files
|
|
.classpath
|
|
.project
|
|
.cproject
|
|
.settings/
|
|
|
|
# Package Files #
|
|
*.war
|
|
*.ear
|
|
|
|
### AndroidStudio Patch ###
|
|
|
|
!/gradle/wrapper/gradle-wrapper.jar
|
|
|
|
### Diverse ###
|
|
|
|
*.db
|
|
*.dep
|
|
*.ast
|
|
*.rdb
|
|
*.npd
|
|
*.rsp
|
|
*.alldeps
|
|
*.log
|
|
*.lck
|
|
*.psf
|
|
*.000
|
|
*.001
|
|
*.opendb
|
|
*.npa01
|
|
*.idx
|
|
*.dat
|
|
*.sqlite
|
|
*.ipch
|
|
*.db-shm
|
|
*.db-wal
|
|
*.TMP
|
|
*.npa00*
|
|
*.tlog
|
|
|
|
|
|
.com.apple.timemachine.supported
|
|
*.user
|
|
*___jb_old___
|
|
*.orig
|