forked from pingcap/tiflash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
94 lines (74 loc) · 1.19 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
# Mac OS
.DS_Store
# emacs files
*~
*\#
.tramp_history
# Netbeans project files
nbproject/*
# JetBrains project files
.idea
# Microsoft Visual Studio Code
.vscode
# vscode clangd cache
.cache
# ignore sublime project files
*.sublime-*
# CCACHE
ccache.tar
.ccache/
# JSON Compilation Database Format Specification
# https://clang.llvm.org/docs/JSONCompilationDatabase.html
compile_commands.json
# git patch reject report
*.rej
# vim cache files
*.swp
# callgrind files
callgrind.out.*
# ignore perf output
*/perf.data
# ignore build files
CMakeCache.txt
CMakeFiles
Makefile
cmake_install.cmake
CTestTestfile.cmake
*.a
*.o
cmake-build-*
/build
/build-debug
/build-release
# Python cache
*.pyc
__pycache__
core
!core/
vgcore*
*.deb
*.build
*.upload
*.changes
build-stamp
configure-stamp
debian/*.debhelper.log
debian/*.debhelper
debian/*.substvars
# Protobuf
*.pb.cc
*.pb.cpp
*.pb.h
# TiFlash built and test files
release-centos7/tiflash
release-centos7/build-release
release-darwin/tiflash
release-darwin/build-release
tmp/
tests/fullstack-test2/auto_gen
tests/docker/data
tests/docker/log
CoverageReport
# installation and sysroot path
release-centos7-llvm/tiflash
release-centos7-llvm/build-release