spiegel-keyman/linux/.gitignore
Eberhard Beilharz 794557f7d5
chore(core): Remove obsolete --target-path option
Linux package builds no longer require a different target path, so
we can remove the `--target-path` parameter.
2023-03-07 13:38:31 +01:00

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