flipperzero-firmware/.gitignore
あく e109e2e3e8
Debug: remove lxml dependency, pickle SVD tree for faster processing. (#909)
* Debug: remove lxml dependency, pickle SVD tree for faster processing.
* Debug: remove unused import in svd.py
2021-12-17 04:28:51 +03:00

39 lines
368 B
Plaintext

*.swp
*.gdb_history
# LSP
.cache
compile_commands.json
# JetBrains IDEs
.idea/
# Python VirtEnvironments
.env
.venv
env/
venv/
# Python Byte-compiled / optimized files
__pycache__/
*.py[cod]
*$py.class
*.pickle
.obj/
bindings/
.DS_Store
.mxproject
Brewfile.lock.json
# Visual Studio Code
.vscode/
# legendary cmake's
build
CMakeLists.txt
# bundle output
dist