From b602388a8f9b35378b711cda23027d17cc7b32c3 Mon Sep 17 00:00:00 2001 From: Joshua Gutow Date: Mon, 23 May 2022 13:53:29 -0700 Subject: [PATCH] batcher,proposer: Add gitignore The gitignore was non-existant or ignoring the old binary. This updates them to hide the `bin` directory (where builds are placed). --- op-batcher/.gitignore | 1 + op-proposer/.gitignore | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 op-batcher/.gitignore diff --git a/op-batcher/.gitignore b/op-batcher/.gitignore new file mode 100644 index 0000000000000..ba077a4031add --- /dev/null +++ b/op-batcher/.gitignore @@ -0,0 +1 @@ +bin diff --git a/op-proposer/.gitignore b/op-proposer/.gitignore index edc49d3186f3e..ba077a4031add 100644 --- a/op-proposer/.gitignore +++ b/op-proposer/.gitignore @@ -1 +1 @@ -/l2os +bin