mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-05 08:25:32 +00:00
This change rename the test files for Linux according to the discussion at the Keyman conference in November 2024. Python is pretty opinionated about the naming of files, so we have to use `*_tests.py` as test filename instead of the usual `*.tests.py`.
44 lines
616 B
Text
44 lines
616 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/
|