forked from prestodb/presto-alibaba-maxcompute-connector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
57 lines (52 loc) · 781 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
57
*.iml
*.ipr
*.iws
target/
/var
/*/var/
/presto-product-tests/**/var/
pom.xml.versionsBackup
test-output/
test-reports/
/atlassian-ide-plugin.xml
.idea
.DS_Store
.classpath
.settings
.project
temp-testng-customsuite.xml
test-output
.externalToolBuilders
*~
benchmark_outputs
*.pyc
*.class
.checkstyle
.mvn/timing.properties
.editorconfig
node_modules
presto-docs-venv/
#==============================================================================#
# presto-native-execution
#==============================================================================#
_build/
cmake-build-*/
*.swp
*~
a.out
# Compiled Object files
*.slo
*.lo
*.o
*.cuo
# Compiled Dynamic libraries
*.so
*.dylib
# Compiled Static libraries
*.lai
*.la
*.a
# Compiled protocol buffers
*.pb.h
*.pb.cc
*_pb2.py