diff options
author | Rutger Broekhoff | 2024-01-24 18:58:58 +0100 |
---|---|---|
committer | Rutger Broekhoff | 2024-01-24 18:58:58 +0100 |
commit | 6095ead99248963ae70091c5bb3399eed49c0826 (patch) | |
tree | e6a1f57f4b9434d77364f2d15bdae1a44a14e00d /.gitignore | |
parent | f41e9cc4fc2c91ef710c6976ca4554840dde22e5 (diff) | |
download | gitolfs3-6095ead99248963ae70091c5bb3399eed49c0826.tar.gz gitolfs3-6095ead99248963ae70091c5bb3399eed49c0826.zip |
Remove Go and C source
The Rust implementation now implements all features I need
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 6 |
1 files changed, 2 insertions, 4 deletions
@@ -1,9 +1,7 @@ | |||
1 | .direnv/ | 1 | .direnv/ |
2 | .idea/ | 2 | .idea/ |
3 | .vscode/ | 3 | .vscode/ |
4 | |||
5 | # go build | ||
6 | cmd/git-lfs-authenticate/git-lfs-authenticate | ||
7 | cmd/git-lfs-server/git-lfs-server | ||
8 | # nix build | 4 | # nix build |
9 | /result | 5 | /result |
6 | # cargo build | ||
7 | /target/ | ||