git-lfs/.gitignore
brian m. carlson a487e7c3b7
script/cibuild: install scutiger during tests
Scutiger is our reference git-lfs-transfer implementation, so let's
install it during CI, clean up after tests, ignore our temporary
directory, and add code to appropriately make use of the binary in
tests.

If Scutiger is not available, let the tests pass unless we're in CI,
where we should always have the binary available.  Also, skip the tests
when the repository is a SHA-256 repository, since Scutiger uses
libgit2, which doesn't yet support SHA-256 repositories.
2021-07-20 19:16:00 +00:00

38 lines
379 B
Plaintext

bin/
benchmark/
out/
resource.syso
# only allow man/*.\d.ronn files
man/*
*.test
tmp
t/remote
t/scutiger
t/test_count
t/test_count.lock
debian/git-lfs/
debian/*.log
debian/files
debian/*.substvars
debian/debhelper-build-stamp
debian/.debhelper
/.pc
obj-*
rpm/BUILD*
rpm/*RPMS
rpm/*.log
rpm/SOURCES
repos
docker/*.key
src
commands/mancontent_gen.go
lfstest-*
!lfstest-*.go