spiegel-keyman/linux/.gitignore
Eberhard Beilharz 883b9fc4c8
chore(linux): Fix API check if lines got removed in .symbols file
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.
2024-02-02 20:15:22 +01:00

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/