This is an automated email from the ASF dual-hosted git repository.
sjwiesman pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-statefun.git
The following commit(s) were added to refs/heads/master by this push:
new cb55e6c [hotfix] add smoke test checkpoint directories to .gitignore
cb55e6c is described below
commit cb55e6c8bd77287a21b4253d737549332425e594
Author: sjwiesman <[email protected]>
AuthorDate: Wed Aug 18 08:24:56 2021 -0500
[hotfix] add smoke test checkpoint directories to .gitignore
---
.gitignore | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.gitignore b/.gitignore
index b6f6569..2cd55c5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -46,3 +46,6 @@ venv
dist/
*whl
__pycache__
+
+# smoke test checkpoint directories
+statefun-e2e-tests/*/statefun-app-checkpoints-*