Files
compiler-explorer/.gitignore
Jeremy Overesch 445eff5649 Add minimal TI-C2000 compiler support (#4625)
This adds the ability to use TI's C2000 compiler with basic directive filtering and assembly code parsing.
2023-04-05 11:24:47 -05:00

31 lines
448 B
Plaintext

# If you change this file, please also modify .prettierignore
# build generated files
/.node-bin
/.npm-updated
/node_modules
/out
/coverage
# generated from opcode docenzier.py scripts
/asm-docs*
/etc/scripts/asm-docs*
# user local customizations
/etc/**/*.local.*
/lib/storage/data
# IDE project files
/.idea/shelf
/nbproject
*.vscode
*.code-workspace
# random bits
f.out
newrelic_agent.log
*.heapsnapshot
*.swp
# approval tests
*.received.*