mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 16:35:33 +00:00
This change adds a manual test that allows to see if all strings are localizable. It also fixes the `update-template` target in the `Makefile`. Build-bot: skip Test-bot: skip
45 lines
624 B
Text
45 lines
624 B
Text
# linux
|
|
*.o
|
|
*.orig
|
|
config.h
|
|
ltmain.sh
|
|
__pycache__
|
|
*.egg-info
|
|
build-*
|
|
./deb-*
|
|
builddebs
|
|
keyman-config/make_deb
|
|
tmp/
|
|
dist/
|
|
*~
|
|
# IDE config files
|
|
**/.idea/
|
|
upload/
|
|
launchpad
|
|
launchpad-*
|
|
build/
|
|
keyman-config/debian/man
|
|
keyman-config/experiments/*.txt
|
|
keyman-config/keyman_config/version.py
|
|
keyman-config/locale/*/LC_MESSAGES/
|
|
test.sh
|
|
debianpackage/
|
|
*.deb
|
|
*.ddeb
|
|
*.buildinfo
|
|
*.changes
|
|
*.tar.xz
|
|
*.tar.gz
|
|
*.dsc
|
|
docs/help/reference/
|
|
|
|
# Cached/auto-compiled Python bytecode
|
|
*.pyc
|
|
|
|
# Debian watch file - we generate it from watch.in
|
|
watch
|
|
# Debian quilt metadata
|
|
.pc/
|
|
# Debian patch files will be re-generated
|
|
debian/patches/
|
|
TEST.po
|