diff --git a/.gitignore b/.gitignore index a19453e9..eb1f1ee1 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 fe8b3fd5..0721fd35 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