git-lfs/.gitignore
brian m. carlson 9daf439cf0
Add support for a fake locale for testing
Sometimes we'd like to test to see how much of or whether our code is
localized.  However, it's very burdensome to create a full localization
in order to do so.  To help us, let's create a special, autogenerated
locale, i-reverse, which is generated by simply reversing all the
English words.  Add a script to do this automatically for us.

However, don't generate this locale on typical builds, since users might
not have xgotext installed, and adding this locale would bloat the
binary needlessly in most cases.
2022-01-18 17:05:02 +00:00

44 lines
429 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
po/build
po/i-reverse.po
*.mo
*.pot
tr/tr_gen.go
lfstest-*
!lfstest-*.go