flipperzero-firmware/.gitignore

34 lines
318 B
Plaintext
Raw Normal View History

*.swp
*.gdb_history
# LSP
.cache
compile_commands.json
# 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/
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