flipperzero-firmware/.gitignore

33 lines
337 B
Plaintext
Raw Normal View History

*.swp
# JetBrains IDEs
2020-08-30 17:23:12 +00:00
.idea/
# Python VirtEnvironments
.env
.venv
env/
venv/
# Python Byte-compiled / optimized files
__pycache__/
*.py[cod]
*$py.class
.obj/
target_lo/build/
2020-09-03 15:02:07 +00:00
target_*/build/
2020-09-16 12:54:00 +00:00
bindings/
.DS_Store
.mxproject
2020-09-16 12:54:00 +00:00
# Visual Studio Code
.vscode/
# legendary cmake's
build
CMakeLists.txt
2020-10-20 06:49:28 +00:00
firmware/targets/f2/CMakeLists.txt