# Typical ignores from toolchains
*.dep
*.ewt
*.uvguix.*
*.uvgui.*
*.bak
**/UVBuild
*.tmp
**/BuildLog.log
**/JLinkLog.txt
**/EventRecorderStub.scvd
**/Listings

# SDK files to ignore
**/flash_debug
**/flash-release
**/sdram_debug
**/sdram_release
**/flexspi_nor_debug
**/flexspi_nor_release
**/mdk/output
**/armgcc/CMakeCache.txt
**/armgcc/build_log.txt
**/armgcc/output.map
**/DebugConfig
**/ReleaseConfig
**/settings

# Ignore everything in Debug and Release folders
/Debug/*
/Release/*

# But allow .ld files
!/Debug/*.ld
!/Release/*.ld

# Ignore launch files
*.launch
