-
Notifications
You must be signed in to change notification settings - Fork 5.4k
/
Copy path.gitignore
68 lines (62 loc) · 1.01 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
*.iml
*.ipr
*.iws
target
/var
/*/var/
/presto-product-tests/**/var/
pom.xml.versionsBackup
dependency-reduced-pom.xml
test-output/
test-reports/
/atlassian-ide-plugin.xml
.idea/*
*/.idea
!.idea/icon.png
.run
.vscode
.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
presto-native-execution/deps-download
presto-native-execution/deps-install
# 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
# Compiled executables used for docker build
/docker/presto-cli-*-executable.jar
/docker/presto-server-*.tar.gz