Skip to content

Commit d59c127

Browse files
FrederikwagLinjingZhang
authored andcommitted
xmc/tests: Update .gitignore to exclude untracked files.
Signed-off-by: Frederikwag <frederik.wagner@infineon.com>
1 parent 7003091 commit d59c127

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

.gitignore

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,4 +26,9 @@ err.xml
2626
docs/build
2727
docs/source/_build
2828
__pycache__/
29-
_build/
29+
_build/
30+
31+
echo "libraries/SPI/src/SPI.cpp" >> .gitignore
32+
echo "set_all_pins_input.ino" >> .gitignore
33+
echo "src/" >> .gitignore
34+
echo "tests/minimal_test.ino" >> .gitignore

0 commit comments

Comments
 (0)