mirror of
https://github.com/gosticks/RIOT.git
synced 2025-10-16 12:05:37 +00:00
.gitignore: exclude results directory
This directory is created by the compile_and_test_for_board script when ran from RIOTBASE and no custom value is specified
This commit is contained in:
parent
55e50d3015
commit
c55f7162f1
3
.gitignore
vendored
3
.gitignore
vendored
@ -58,3 +58,6 @@ Makefile.local
|
||||
|
||||
# scan-build artifacts
|
||||
scan-build/
|
||||
|
||||
# compile_and_test_for_boards default "results" directory
|
||||
results/
|
||||
|
||||
Loading…
Reference in New Issue
Block a user