forked from 4paradigm/OpenMLDB
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
117 lines (99 loc) · 1.68 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
# Compiled Object files
*.slo
*.lo
*.o
*.obj
# Precompiled Headers
*.gch
*.pch
# Compiled Dynamic libraries
*.so
*.dylib
*.dll
# Fortran module files
*.mod
*.smod
# Compiled Static libraries
*.lai
*.la
*.a
*.lib
# Executables
*.exe
*.out
*.app
# idea
*.class
*.idea
*.iml
*.DS_store
cmake-build-*/
*.pyc
*.swp
# ignore pb generate code
src/proto/*.cc
src/proto/*.h
# ignore some build directory
build
build_mac
thirdparty*/
thirdsrc
**/*.log
onebox/*binlogs*
onebox/*bin*
onebox/logs
test-output
reports
test-common/integrationtest/ns*
test-common/integrationtest/tablet*
test-common/integrationtest/logs*
test-common/integrationtest/env.conf
test-common/integrationtest/openmldb
test-common/integrationtest/xmlrunner*
# ignore make generate code
src/version.h
src/config.h
java/openmldb-native/src/main/resources
java/openmldb-native/src/main/java
java/openmldb-*/src/main/java/com/_4paradigm/openmldb/proto/
java/hybridse-native/src/main/java
java/hybridse-proto/src
**/.mvn/wrapper/maven-wrapper.jar
**/target/
**/.settings/
**/.classpath
**/.project
**/.factorypath
**/.cache/
**/.vscode/
**/.metals/
**/.bloop/
# ignore openmldb release dir & pkg
/openmldb*
/cmake-*
**/.deps/
**/compile_commands.json
**/pom.xml.versionsBackup
**/dependency-reduced-pom.xml
**/scalastyle-output.xml
# test
logs/
out/
allure-results/
# python builds
/python/openmldb_sdk/dist/
/python/openmldb_sdk/*.egg-info/
/python/openmldb_sdk/openmldb/native/**
!/python/openmldb_sdk/openmldb/native/__init__.pyt
/python/openmldb_sdk/test/*.xml
/python/openmldb_tool/dist/
/python/openmldb_tool/*.egg-info/
/python/openmldb_autofe/*.egg-info/
# go sdk
!go.mod
# tag files
**/tags
**/GPATH
**/GRTAGS
**/GTAGS
**/cscope.out