flipperzero-firmware/.gitignore
Albert Kharisov 31c31db479
[FL-1250, FL-1252, FL-1323, FL-1324] New IRDA Application (part 1) (#497)
* Add new IrdaApp (half ready), add ButtonMenu

* Fix NEC's extension

* clang-format

* Fix leak

* Add submenu optional header

* IRDA: add Edit button

* clang-format

* IrdaApp: Fix scene flow

* Add IRDA NEC extended protocol

* IRDA: Add address/command length

Co-authored-by: SG <who.just.the.doctor@gmail.com>
2021-06-02 18:16:05 +03:00

39 lines
388 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
.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