-
Notifications
You must be signed in to change notification settings - Fork 190
/
.gitignore
123 lines (113 loc) · 1.4 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
113
114
115
116
117
118
119
120
121
122
123
# Prerequisites
*.d
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
*.DSYM
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# custom
*.db
*.opendb
test/x64
test/test/x64
test/.vs
test/test/testdb
test/testdb
test/db_test
*.pb.h
*.pb.cc
.ycm_extra_conf.py
test/libradb
bin/*
.msvc/.vs/
.msvc/x64/
.msvc/*/x64/
thrift/gen-cpp/
thrift/openssl-1.1.0g/
thrift/thrift-0.10.0/
*.mdb
builder
.matchfile
*.gcno
*.gcda
*.gcov
test/test
test/*.o
restful/server/build/
server/united_server
*.pem
build
*.ttl
release/doc/*.html
src/restful/server/resource/
src/restful/server/browser-resource/
src/server/restful/server/resource/
.idea
.code-workspace
.vscode
cmake-build-debug/
test/__pycache__/
src/core/version.h
deps/build
deps/install
build.debug
GqlLexer.h
GqlLexer.cpp
GqlLexer.interp
GqlLexer.tokens
GqlParser.h
GqlParser.cpp
GqlParser.interp
GqlParser.tokens
GqlParserBaseVisitor.*
GqlParserVisitor.*
*.exp
*.pdb
*.pyd
*.swp
*.swo
target
.classpath
.project
.settings
.svn
output
.idea
*.iml
*.pyc
logs/
*MANIFEST
*artifacts
.DS_Store
.cache
*.real
# docs
doc/en-US/build
doc/zh-CN/build
# geax
deps/geax-front-end/.aci.yml
deps/geax-front-end/.clang-format
deps/geax-front-end/.gitignore
deps/geax-front-end/LEGAL.md
deps/geax-front-end/README.md
deps/geax-front-end/cpplint