From f55b90dec9d525b4ece3e474b75732251d1c5f80 Mon Sep 17 00:00:00 2001 From: Kent Overstreet Date: Fri, 8 May 2020 21:24:53 -0400 Subject: [PATCH] Don't build mount.bcachefs by default So as not to depend on rust yet --- .gitignore | 3 +++ Makefile | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a19453e..eb1f1ee 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,6 @@ tests/__pycache__/ # dot-files that we don't want to ignore !.gitignore !.travis.yml + +mount/target +mount.bcachefs diff --git a/Makefile b/Makefile index fe8b3fd..0721fd3 100644 --- a/Makefile +++ b/Makefile @@ -69,7 +69,7 @@ else endif .PHONY: all -all: bcachefs mount.bcachefs +all: bcachefs .PHONY: tests tests: tests/test_helper -- 2.39.2