Skip to content

Commit

Permalink
[git] remove *.py in .gitignore files…
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikaël BRIDAY committed May 28, 2024
1 parent f3b3e90 commit f5dab17
Show file tree
Hide file tree
Showing 31 changed files with 93 additions and 39 deletions.
4 changes: 3 additions & 1 deletion examples/cortex-m/armv6m/samd21/XPlainedPro/blink/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,6 @@ build
*_exe
*.bin
*.map
*.py
make.py
build.py
CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ build
*_exe
*.bin
*.map
*.py
make.py
build.py
CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ build
*_exe
*.bin
*.map
*.py
make.py
build.py
CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ build
*_exe
*.hex
*.map
*.py
make.py
build.py
CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ build
*_exe
*.hex
*.map
*.py
make.py
build.py
CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ build
*_exe
*.hex
*.map
*.py
make.py
build.py
CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ build
*_exe
*.hex
*.map
*.py
make.py
build.py
CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ build
*_exe
*.hex
*.map
*.py
make.py
build.py
CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ build
*_exe
*.hex
*.map
*.py
make.py
build.py
CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
blink
build
CMakeLists.txt
*_exe
*.bin
*.map
*.py
make.py
build.py
CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ build
*_exe
*.bin
*.map
*.py
make.py
build.py
CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ build
*_exe
*.bin
*.map
*.py
make.py
build.py
CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ build
*_exe
*.bin
*.map
*.py
make.py
build.py
CMakeLists.txt
3 changes: 2 additions & 1 deletion examples/cortex-m/armv7em/stm32f303/coroLab/base/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ build
*.elf
*.bin
*.map
*.py
.vscode
make.py
build.py
CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ build/
*.bin
*.elf
*.map
*.py
.vscode
CMake*
cmake*
Makefile
make.py
build.py
CMakeLists.txt
7 changes: 3 additions & 4 deletions examples/cortex-m/armv7em/stm32f303/coroLab/trace/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,7 @@ trace/
*.bin
*.elf
*.map
*.py
.vscode
CMake*
cmake*
Makefile
make.py
build.py
CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ build
*_exe
*.bin
*.map
*.py
make.py
build.py
CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ build
*_exe
*.bin
*.map
*.py
make.py
build.py
CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ build
*_exe
*.bin
*.map
*.py
make.py
build.py
CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ build
*_exe
*.bin
*.map
*.py
make.py
build.py
CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ build
*_exe
*.bin
*.map
*.py
make.py
build.py
CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ build
*_exe
*.bin
*.map
*.py
make.py
build.py
CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ build
*_exe
*.bin
*.map
*.py
make.py
build.py
CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
blink
build
CMakeLists.txt
*_exe
*.bin
*.map
*.py
make.py
build.py
CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ build
*_exe
*.bin
*.map
*.py
make.py
build.py
CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ build
*_exe
*.bin
*.map
*.py
make.py
build.py
CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ build
*_exe
*.bin
*.map
*.py
build.py
make.py
CMakeLists.txt

Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ build
*_exe
*.bin
*.map
*.py
make.py
build.py
CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ build
*_exe.elf
*.bin
*.map
*.py
make.py
build.py
CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ build
*_exe.elf
*.bin
*.map
*.py
make.py
build.py
CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ build
*_exe.elf
*.bin
*.map
*.py
make.py
build.py
CMakeLists.txt

0 comments on commit f5dab17

Please sign in to comment.