From d7b051c1563e89a1797df2661dc014da6269855b Mon Sep 17 00:00:00 2001 From: Vlad Date: Tue, 15 Jul 2025 11:19:01 +0300 Subject: [PATCH] gitignore --- .gitignore | 45 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..898c239 --- /dev/null +++ b/.gitignore @@ -0,0 +1,45 @@ +# IAR Project Files +*.eww # Workspace files +*.ewt # C-STAT and C-RUN files (comment out if using these tools) +*.ewd # Debugger files + +# IAR Build Output +*.o +*.obj +*.bin +*.elf +*.hex +*.map +*.out +*.dep + +# IAR Debug Files +**/Debug/Exe/ +**/Debug/List/ +**/Exe/*.sim +**/Obj/*.pbd +**/Obj/*.pbd.* +**/Obj/*.pbi +**/Obj/*.pbi.* + +# IAR Settings +**/settings/*.crun +**/settings/*.dbgdt +**/settings/*.cspy +**/settings/*.cspy.* +**/settings/*.xcl +**/settings/*.dni +**/settings/*.wsdt +**/settings/*.wspos + +# IAR Directories +Debug/ +Release/ +settings/ +Backup*/ # Backup files + +# System and Trash Files +*.bak +*.~* +thumbs.db +**.log \ No newline at end of file