1 Star 0 Fork 0

borl / ycmd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 1.62 KB
一键复制 编辑 原始数据 按行查看 历史
Boris Staletic 提交于 2020-10-31 13:28 . Upgrade to LLVM11
# Editor temp files
*.sw[a-z]
*.un~
# Compiled Object files
*.slo
*.lo
*.o
# Compiled Dynamic libraries
*.dll
*.so*
*.dylib
# Compiled Static libraries
*.lai
*.la
*.a
# Clang archives
clang_archives
# CMake
CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake
install_manifest.txt
# Python
*.py[cod]
# Installer logs
pip-log.txt
# Unit test / coverage reports
.coverage
.coverage.*
cover/
.tox
nosetests.xml
.noseids
# custom
ycm_core_tests
PYTHON_USED_DURING_BUILDING
# When we use the bcp tool to copy over the parts of boost we care about, it
# also copies some cruft files we don't need; this ignores them
cpp/BoostParts/libs/*/build
cpp/BoostParts/libs/*/test
# Exclude auto generated vim doc tags.
doc/tags
# Exclude tern installation area
third_party/tern_runtime/node_modules
third_party/tern_runtime/package-lock.json
# Exclude RoslynOmnisharp installation area
third_party/omnisharp-roslyn
# Exclude vagrant directory
.vagrant/
# Exclude the coverage build output directory
.build/
# Exclude gcov output
*.gcov
# And python coverage output, when running manually
coverage.xml
# API docs
docs/node_modules
docs/package-lock.json
# jdt.ls
third_party/eclipse.jdt.ls
# TSServer
third_party/tsserver/node_modules
third_party/tsserver/package-lock.json
# clangd local installation
third_party/clangd
# Rust
third_party/rust-analyzer
ycmd/tests/rust/testdata/common/target
ycmd/tests/rust/testdata/formatting/target
# generic LSP
third_party/generic_server/node_modules
third_party/generic_server/package-lock.json
# clangd index data
.clangd/
.cache/
# installation directory for gopls
third_party/go
third_party/regex-build
1
https://gitee.com/borl/ycmd.git
git@gitee.com:borl/ycmd.git
borl
ycmd
ycmd
master

搜索帮助