init
Some checks failed
Docker. / Ubuntu (push) Has been cancelled
User-agent updater. / User-agent (push) Failing after 15s
Lock Threads / lock (push) Failing after 10s
Waiting for answer. / waiting-for-answer (push) Failing after 22s
Needs user action. / needs-user-action (push) Failing after 8s
Can't reproduce. / cant-reproduce (push) Failing after 8s
Close stale issues and PRs / stale (push) Has been cancelled
Some checks failed
Docker. / Ubuntu (push) Has been cancelled
User-agent updater. / User-agent (push) Failing after 15s
Lock Threads / lock (push) Failing after 10s
Waiting for answer. / waiting-for-answer (push) Failing after 22s
Needs user action. / needs-user-action (push) Failing after 8s
Can't reproduce. / cant-reproduce (push) Failing after 8s
Close stale issues and PRs / stale (push) Has been cancelled
This commit is contained in:
97
Telegram/ThirdParty/hunspell/.gitignore
vendored
Normal file
97
Telegram/ThirdParty/hunspell/.gitignore
vendored
Normal file
@@ -0,0 +1,97 @@
|
||||
# autom4te
|
||||
/autom4te.cache
|
||||
|
||||
# aclocal
|
||||
/aclocal.m4
|
||||
|
||||
# libtoolize https://www.gnu.org/software/libtool/
|
||||
/ltmain.sh
|
||||
/m4/libtool.m4
|
||||
/m4/ltoptions.m4
|
||||
/m4/ltsugar.m4
|
||||
/m4/ltversion.m4
|
||||
/m4/lt~obsolete.m4
|
||||
|
||||
# http://www.gnu.org/software/autoconf
|
||||
/configure
|
||||
|
||||
# autoheader
|
||||
/config.h.in
|
||||
|
||||
# http://www.gnu.org/software/automake
|
||||
/compile
|
||||
/config.guess
|
||||
/config.sub
|
||||
/install-sh
|
||||
/missing
|
||||
|
||||
/INSTALL
|
||||
|
||||
/ar-lib
|
||||
/depcomp
|
||||
/mdate-sh
|
||||
/mkinstalldirs
|
||||
/py-compile
|
||||
/tap-driver.sh
|
||||
/test-driver
|
||||
/ylwrap
|
||||
|
||||
/Makefile.in
|
||||
/src/**/Makefile.in
|
||||
/docs/**/Makefile.in
|
||||
/m4/**/Makefile.in
|
||||
/tests/**/Makefile.in
|
||||
|
||||
# http://www.gnu.org/software/texinfo
|
||||
/texinfo.tex
|
||||
|
||||
# autoscan
|
||||
/autoscan.log
|
||||
/autoscan-*.log
|
||||
/configure.scan
|
||||
|
||||
# ./configure script
|
||||
/config.h
|
||||
/config.log
|
||||
/config.status
|
||||
/hunspell.pc
|
||||
/libtool
|
||||
/stamp-h1
|
||||
|
||||
/po/Makefile.in
|
||||
Makefile
|
||||
|
||||
# make
|
||||
.deps/
|
||||
.libs/
|
||||
*.lo
|
||||
*.la
|
||||
*.exe
|
||||
*.o
|
||||
*.a
|
||||
*~
|
||||
a.out
|
||||
|
||||
# make dist
|
||||
hunspell-*.tar.gz
|
||||
|
||||
# QtCreator
|
||||
/Makefile.am.user
|
||||
|
||||
# https://vim.sourceforge.io/
|
||||
.?*.swp
|
||||
|
||||
# found during configuring
|
||||
/confdefs.h
|
||||
/confinc
|
||||
/confmf
|
||||
/configure.tmp
|
||||
/conftest
|
||||
/conftest.sh
|
||||
/conftest.c
|
||||
/conftest.cpp
|
||||
/conftest.err
|
||||
/conftest.er1
|
||||
|
||||
#MSVC
|
||||
/msvc/Hunspell.VC.VC.opendb
|
||||
Reference in New Issue
Block a user