mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 08:55:34 +00:00
Linux package builds no longer require a different target path, so we can remove the `--target-path` parameter.
40 lines
535 B
Text
40 lines
535 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-*
|
|
keyman-config/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
|