217 lines
2.4 KiB
Text
217 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
|
|
*.vgdbsettings
|
|
|
|
### 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
|