Skip to content

Commit

Permalink
[FAB-11242] Add build/ into gitignore
Browse files Browse the repository at this point in the history
Now when doing build, there will generate a build/ path.

This should not be included into git consideration.

Change-Id: I784d8ab23ea352040adbc467ff9d283d5f4e3d83
Signed-off-by: Baohua Yang <yangbaohua@gmail.com>
  • Loading branch information
yeasy committed Jul 23, 2018
1 parent f5e04a8 commit 7a70ea2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ tags
.tags
.vagrant/
/.build
build/
/release/darwin-amd64
/release/linux-amd64
/release/linux-s390x
Expand Down

0 comments on commit 7a70ea2

Please sign in to comment.