Skip to content

Commit

Permalink
e2e tests: add e2e tests binary to gitignore (#140)
Browse files Browse the repository at this point in the history
  • Loading branch information
teqwve authored Apr 25, 2024
1 parent 898a7d7 commit b690c08
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,9 @@ _cgo_gotypes.go
_cgo_export.*

_testmain.go
carbon-clickhouse

/carbon-clickhouse
/e2e-test

*.exe
*.test
Expand Down
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ all: $(NAME)
.PHONY: clean
clean:
rm -f $(NAME)
rm -f e2e-test
rm -rf out
rm -f *deb *rpm
rm -f sha256sum md5sum
Expand Down
Binary file removed e2e-test
Binary file not shown.

0 comments on commit b690c08

Please sign in to comment.