-
Notifications
You must be signed in to change notification settings - Fork 768
/
.gitignore
112 lines (86 loc) · 1.81 KB
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
# 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
third_party/lombok
# 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/Cargo.lock
ycmd/tests/rust/testdata/macro/Cargo.lock
ycmd/tests/rust/testdata/common/target
ycmd/tests/rust/testdata/macro/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
# CMake FetchContent output directories
cpp/ycm/benchmarks/benchmark/
cpp/ycm/tests/gmock/
cpp/absl