mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-06 00:45:32 +00:00
This change introduces meson for building ibus-keyman instead of autotools. Closes #5981.
106 lines
1.9 KiB
Text
106 lines
1.9 KiB
Text
# linux
|
|
.deps/
|
|
autom4te.cache
|
|
*.o
|
|
*.orig
|
|
Makefile.in
|
|
configure
|
|
aclocal.m4
|
|
config.guess
|
|
config.sub
|
|
config.h
|
|
config.h.in
|
|
config.log
|
|
config.rpath
|
|
config.status
|
|
compile
|
|
depcomp
|
|
install-sh
|
|
libtool
|
|
ltmain.sh
|
|
missing
|
|
test-driver
|
|
ylwrap
|
|
INSTALL
|
|
Makefile
|
|
ABOUT-NLS
|
|
ltoptions.m4
|
|
ltsugar.m4
|
|
ltversion.m4
|
|
lt~obsolete.m4
|
|
libtool.m4
|
|
stamp-h1
|
|
__pycache__
|
|
*.egg-info
|
|
build-*
|
|
deb-*
|
|
builddebs
|
|
keyman-config/make_deb
|
|
tmp/
|
|
dist/
|
|
*~
|
|
# keyboardprocessor build artifacts (Keyman Core desktop)
|
|
keyboardprocessor/
|
|
# IDE config files
|
|
**/.idea/
|
|
ibus-keyman/m4/codeset.m4
|
|
ibus-keyman/m4/glibc2.m4
|
|
ibus-keyman/m4/glibc21.m4
|
|
ibus-keyman/m4/intdiv0.m4
|
|
ibus-keyman/m4/intl.m4
|
|
ibus-keyman/m4/intldir.m4
|
|
ibus-keyman/m4/intmax.m4
|
|
ibus-keyman/m4/inttypes-pri.m4
|
|
ibus-keyman/m4/inttypes_h.m4
|
|
ibus-keyman/m4/lcmessage.m4
|
|
ibus-keyman/m4/lock.m4
|
|
ibus-keyman/m4/longdouble.m4
|
|
ibus-keyman/m4/longlong.m4
|
|
ibus-keyman/m4/printf-posix.m4
|
|
ibus-keyman/m4/size_max.m4
|
|
ibus-keyman/m4/stdint_h.m4
|
|
ibus-keyman/m4/uintmax_t.m4
|
|
ibus-keyman/m4/ulonglong.m4
|
|
ibus-keyman/m4/visibility.m4
|
|
ibus-keyman/m4/wchar_t.m4
|
|
ibus-keyman/m4/wint_t.m4
|
|
ibus-keyman/m4/xsize.m4
|
|
ibus-keyman/m4/extern-inline.m4
|
|
ibus-keyman/m4/fcntl-o.m4
|
|
ibus-keyman/m4/gettext.m4
|
|
ibus-keyman/m4/iconv.m4
|
|
ibus-keyman/m4/intlmacosx.m4
|
|
ibus-keyman/m4/lib-ld.m4
|
|
ibus-keyman/m4/lib-link.m4
|
|
ibus-keyman/m4/lib-prefix.m4
|
|
ibus-keyman/m4/nls.m4
|
|
ibus-keyman/m4/po.m4
|
|
ibus-keyman/m4/progtest.m4
|
|
ibus-keyman/m4/threadlib.m4
|
|
ibus-keyman/po/Makefile.in.in
|
|
ibus-keyman/po/Makevars.template
|
|
ibus-keyman/po/Rules-quot
|
|
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
|