Skip to content

Commit

Permalink
chore: ensure files in arduino generated src are ignored
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierChanth committed Dec 6, 2024
1 parent e5904f9 commit f304aaf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions generators/arduino/atsdk/generate.sh
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ clean() {
# Bootstraps generated files and folders
bootstrap() {
mkdir -p $src_base
echo "*" >$src_base/.gitignore
}

# Generic function which symbollically links package files
Expand Down

0 comments on commit f304aaf

Please sign in to comment.