1 Star 0 Fork 0

zhuixixi / ycmd

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
.gitignore 1.44 KB
一键复制 编辑 原始数据 按行查看 历史
Ben Jackson 提交于 2019-09-18 15:26 . Ignore clangd index output
# 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
# clangd local installation
third_party/clangd
# Rust
third_party/rls
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/
1
https://gitee.com/zhuixixi/ycmd.git
git@gitee.com:zhuixixi/ycmd.git
zhuixixi
ycmd
ycmd
master

搜索帮助