加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
.gitignore 1.11 KB
一键复制 编辑 原始数据 按行查看 历史
# 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
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化