petrockblog / PowerBlock

Driver for petrockblock.com PowerBlock
43 stars 10 forks source link

Add build/ dir to .gitignore #10

Closed iasdeoupxe closed 5 years ago

iasdeoupxe commented 5 years ago

Running install.sh or following the instructions given in https://github.com/petrockblog/PowerBlock#building-and-installation is leaving an untracked build dir behind which we could hide via the .gitignore:

# git status
On branch master
Your branch is up-to-date with 'origin/master'.
Untracked files:
  (use "git add <file>..." to include in what will be committed)

    build/

nothing added to commit but untracked files present (use "git add" to track)
iasdeoupxe commented 5 years ago

Build failure seems to be completely unrelated.