git-lfs/.gitignore
brian m. carlson 947b26503e
Makefile: build translations when compiling
Let's make sure we build the translations into the binary when possible.
Specifically, if the msgfmt command exists, let's compile the .po files
into .mo files and then embed their contents into the binary using the
generator command to do that.

Let's also ignore the built .mo files and the generated .pot template
files so we don't check them in.
2021-11-15 14:59:20 +00:00

43 lines
413 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
*.mo
*.pot
tr/tr_gen.go
lfstest-*
!lfstest-*.go