You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

92 lines
1.4 KiB
Plaintext

# ============================================================
# Code Composer Studio workspace files
# ============================================================
.metadata/
RemoteSystemsTempFiles/
dvt/
.jxbrowser-data/
# CCS-generated temporary project information
**/.xdchelp
**/.config/
**/.launches/
# CCS Theia / language-server caches
**/.cache/
**/.clangd/
**/compile_commands.json
# ============================================================
# CCS build configurations
# ============================================================
**/Debug/
**/Release/
# Common C2000 build configuration names
**/RAM/
**/FLASH/
**/Flash/
**/CPU1_RAM/
**/CPU1_FLASH/
**/CPU2_RAM/
**/CPU2_FLASH/
# ============================================================
# TI C2000 compiler and linker outputs
# ============================================================
*.obj
*.out
*.map
*.hex
*.bin
*.elf
*.d
*.dep
*.pp
*.lst
*.listing
*.opt
# Code-generation and coverage artifacts
*.gcda
*.gcno
*.profraw
*.profdata
# ============================================================
# Operating-system and editor files
# ============================================================
# macOS
.DS_Store
.AppleDouble
.LSOverride
# Windows
Thumbs.db
Desktop.ini
# Editors
*.swp
*.swo
*~
.vscode/
.idea/
# ============================================================
# Logs and temporary files
# ============================================================
*.log
*.tmp
*.temp
*.bak