flipperzero-firmware/.gitignore
Daniel Solmann 0d7395d05c
[WIP] Flipper Devtool (#113)
* FLPv0.1 on Python; File transfer is working.
* FLPv0.1 on Python; .gitignore fixes.
* Update protocol to latest version; change interface to OOP

Co-authored-by: Daniel Solmann <DanGSun@yandex.ru>
Co-authored-by: coreglitch <mail@s3f.ru>
2020-10-29 11:10:46 +03:00

31 lines
330 B
Plaintext

# JetBrains IDEs
.idea/
# Python VirtEnvironments
.env
.venv
env/
venv/
# Python Byte-compiled / optimized files
__pycache__/
*.py[cod]
*$py.class
.obj/
target_lo/build/
target_*/build/
bindings/
.DS_Store
.mxproject
# Visual Studio Code
.vscode/
# legendary cmake's
build
CMakeLists.txt
firmware/targets/f2/CMakeLists.txt