Skip to content

Commit

Permalink
[FABC-706] Remove unused "fabric-ca" in gitignore
Browse files Browse the repository at this point in the history
Change-Id: I727f9488473cdf841f9ca3d36832e9b935ec7942
Signed-off-by: davidliu <[email protected]>
  • Loading branch information
davidkhala committed Aug 18, 2018
1 parent 70b854e commit 54f3bcf
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ testdata/initFabricCaFvt.json
testdata/openssl.cnf.base.this
testdata/runFabricCaFvt.json
testdata/ec_cert.pem
fabric-ca
/release/darwin-amd64
/release/linux-amd64
/release/linux-s390x
Expand Down
1 change: 1 addition & 0 deletions scripts/check_license
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ function filterExcludedFiles {
| grep -v "^Gopkg\.lock$" \
| grep -v "\.md$" \
| grep -v "\.pb\.go$" \
| grep -v ".gitignore" \
| sort -u`

CHECK=$(filterGeneratedFiles "$CHECK")
Expand Down

0 comments on commit 54f3bcf

Please sign in to comment.