-
Notifications
You must be signed in to change notification settings - Fork 258
Expand file tree
/
Copy path.gitignore
More file actions
74 lines (65 loc) · 1003 Bytes
/
.gitignore
File metadata and controls
74 lines (65 loc) · 1003 Bytes
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
# Build directories
/build/
/build-*/
# CMake
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
CTestTestfile.cmake
CPackConfig.cmake
CPackSourceConfig.cmake
DartConfiguration.tcl
Uninstall.cmake
compile_commands.json
install_manifest.txt
/Makefile
/Testing/
# Ninja
*.ninja
.ninja_deps
.ninja_log
.ninja_lock
# Binaries
/bin/
# Libraries
/src/librct.a
/src/librtags.a
/src/librtags.dylib
/src/librtags.so
/src/libshared.so
/src/libshared.dylib
/bin/librtagsclang.dylib
# Generated
/src/include/rct/rct-config.h
/src/include/RTagsVersion.h
/src/*.elc
/src/*_cotire.cmake
/src/cotire/
/src/completions/*
/src/vast/*.cmake
/src/vast/vast_autogen/
/src/*.eln-stamp
/source/VERSION
/share/
# Node
node_modules/
# Test artifacts
/tests/186/
/tests/dtlcpptest/dtlcpptest
/automated_tests/test_runner.pyc
test-results.xml
# Debug
.gdb_history
.gdb_brestore
.gdb_brestore.txt
# Misc
core
*.pyc
.lsdev_default
/emake.xml
/emake.data
/emake.data.bak
/.emake/
/testfile.txt
/empty.txt
/src/llvmclang-prefix/