Skip to content

Commit

Permalink
Move platformio directories out of source tree
Browse files Browse the repository at this point in the history
  • Loading branch information
bgort committed Oct 8, 2016
1 parent 00261cb commit 9c0404e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .gitignore
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -114,3 +114,7 @@ applet/
# Debug files
*.dSYM/
*.su

#PlatformIO files/dirs
.pioenvs
.piolib
2 changes: 2 additions & 0 deletions Marlin/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@

[platformio]
src_dir = ./
envs_dir = ../.pioenvs
lib_dir = ../.piolib
env_default = mega2560

[env:mega2560]
Expand Down

0 comments on commit 9c0404e

Please sign in to comment.