Skip to content

Commit 7a70ea2

Browse files
committed
[FAB-11242] Add build/ into gitignore
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>
1 parent f5e04a8 commit 7a70ea2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ tags
1313
.tags
1414
.vagrant/
1515
/.build
16+
build/
1617
/release/darwin-amd64
1718
/release/linux-amd64
1819
/release/linux-s390x

0 commit comments

Comments
 (0)