1
0
mirror of https://github.com/trezor/trezor-firmware.git synced 2024-10-11 02:19:21 +00:00
trezor-firmware/.gitignore
Jan Pochyla 6682262925 add support for generating compile_commands.json
Useful for IDE support and static code analysis.
To generate the database for Unix build, run:
`intercept-build make build_unix`
and analyze using:
`analyze-build`
2019-01-04 12:28:19 +01:00

12 lines
128 B
Plaintext

.cache/
*.pyc
.sconsign.dblite
.vscode/
.mypy_cache/
__pycache__/
_attic/
build/
build-docker/
emu.config
compile_commands.json