Github user tillrohrmann commented on a diff in the pull request:
https://github.com/apache/flink/pull/6240#discussion_r200127094
--- Diff: jepsen-flink/.gitignore ---
@@ -0,0 +1,17 @@
+*.class
+*.iml
+*.jar
+*.retry
+.DS_Store
+.hg/
+.hgignore
+.idea/
+/.lein-*
+/.nrepl-port
+/checkouts
+/classes
+/target
+pom.xml
+pom.xml.asc
+store
+bin/DataStreamAllroundTestProgram.jar
--- End diff --
Maybe we could ignore the complete `bin/` folder. I put, for example, my
`flink-dist.tgz` there and git reports it now as an untracked file.
---