Skip to content

Commit 697dc31

Browse files
committed
xmc/tests: Update .gitignore to exclude untracked files.
Signed-off-by: Frederikwag <[email protected]>
1 parent 32d7c7d commit 697dc31

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.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)