Add .gitignore to repo

This PS adds a .gitignore file to the repo to exclude the build dir.

Change-Id: Idbac65e9a4d554c5a5987cffa575a1dde52ca465
Signed-off-by: Pete Birley <pete@port.direct>
This commit is contained in:
Pete Birley 2018-08-22 21:16:05 -05:00
parent 35e44008f4
commit 9f822611ec
1 changed files with 3 additions and 0 deletions

3
.gitignore vendored Normal file
View File

@ -0,0 +1,3 @@
# Distribution / packaging
build/
*.tgz