spiegel-keyman/linux/.gitignore
Eberhard Beilharz 6adfa8a9cf
fix(linux): Fix environment for Debian packages
When didn't set the correct environment when building Debian packages
with GitHub actions. The version information wasn't included in the
source file but instead was generated at binary package build time,
at which time not all necessary environment variables were available.
This change will create a patch file on-the-fly which gets
included in the source package that contains the correct information.

Fixes #9878.
2023-11-02 22:18:02 +07:00

44 lines
609 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/