forked from ycm-core/ycmd
-
Notifications
You must be signed in to change notification settings - Fork 4
/
.gitignore
56 lines (44 loc) · 800 Bytes
/
.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
# 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
# Exclude vagrant directory
.vagrant/