Skip to content

Commit

Permalink
Merge "[FAB-9199] Remove bddtests folder from .gitignore"
Browse files Browse the repository at this point in the history
  • Loading branch information
muralisrini authored and Gerrit Code Review committed Mar 28, 2018
2 parents 0e22463 + eade21d commit 3674a4b
Showing 1 changed file with 6 additions and 10 deletions.
16 changes: 6 additions & 10 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
#SPDX-License-Identifier: Apache-2.0

# Local build binaries
node-cli/node-cli
*.pyc
Expand All @@ -24,18 +26,12 @@ tags
.#*
# Vim file artifacts
.*.sw*
# bddtest log files
*.log
# bddtest coverage files
bddtests/coverage
# bddtest Dockerfile
bddtests/environments/kafka/Dockerfile
bddtests/tmp
bddtests/volumes
*.cov
# Makefile dummy artifacts
.*-dummy
# go-carpet output files
# log files
*.log
# code coverage
*.cov
go-carpet-coverage*
# Test result xml files
report.xml
Expand Down

0 comments on commit 3674a4b

Please sign in to comment.