mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 17:05:34 +00:00
If lines got removed in the .symbols file we won't find the current version number in the .symbols file. This change fixes the expectations. Also, if a major API change happens during the Alpha cycle we don't expect another API version increment if one already happened since we released the stable version. This change also adds some unit tests for the new functionality. These can be run manually and won't run during CI builds. Fixes #10453.
44 lines
611 B
Text
44 lines
611 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
|
|
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/
|