aboutsummaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorLibravatar Rutger Broekhoff2024-01-24 18:58:58 +0100
committerLibravatar Rutger Broekhoff2024-01-24 18:58:58 +0100
commit6095ead99248963ae70091c5bb3399eed49c0826 (patch)
treee6a1f57f4b9434d77364f2d15bdae1a44a14e00d /.gitignore
parentf41e9cc4fc2c91ef710c6976ca4554840dde22e5 (diff)
downloadgitolfs3-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--.gitignore6
1 files changed, 2 insertions, 4 deletions
diff --git a/.gitignore b/.gitignore
index 9a23854..15873fc 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,9 +1,7 @@
1.direnv/ 1.direnv/
2.idea/ 2.idea/
3.vscode/ 3.vscode/
4
5# go build
6cmd/git-lfs-authenticate/git-lfs-authenticate
7cmd/git-lfs-server/git-lfs-server
8# nix build 4# nix build
9/result 5/result
6# cargo build
7/target/