From 6095ead99248963ae70091c5bb3399eed49c0826 Mon Sep 17 00:00:00 2001 From: Rutger Broekhoff Date: Wed, 24 Jan 2024 18:58:58 +0100 Subject: Remove Go and C source The Rust implementation now implements all features I need --- .gitignore | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to '.gitignore') diff --git a/.gitignore b/.gitignore index 9a23854..15873fc 100644 --- a/.gitignore +++ b/.gitignore @@ -1,9 +1,7 @@ .direnv/ .idea/ .vscode/ - -# go build -cmd/git-lfs-authenticate/git-lfs-authenticate -cmd/git-lfs-server/git-lfs-server # nix build /result +# cargo build +/target/ -- cgit v1.2.3