-
Notifications
You must be signed in to change notification settings - Fork 73
/
.gitignore
107 lines (100 loc) · 1.49 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
*~
*.#*
*#*#
*.swp
*.ipr
*.iml
*.iws
*.pyc
*.pyo
.idea/
.idea_modules/
build/*.jar
.settings
.cache
cache
.generated-mima*
work/
out/
.DS_Store
build/apache-maven*
build/zinc*
build/scala*
conf/java-opts
conf/*.sh
conf/*.cmd
conf/*.properties
conf/*.conf
conf/*.xml
conf/slaves
opaque-sql-docs/_site
opaque-sql-docs/api
opaque-sql-docs/build
target/
reports/
.project
.classpath
.scala_dependencies
lib_managed/
src_managed/
project/boot/
project/plugins/project/build.properties
project/build/target/
project/plugins/target/
project/plugins/lib_managed/
project/plugins/src_managed/
logs/
log/
spark-tests.log
streaming-tests.log
dependency-reduced-pom.xml
.ensime
.ensime_cache/
.ensime_lucene
checkpoint
derby.log
dist/
dev/create-release/*txt
dev/create-release/*final
spark-*-bin-*.tgz
unit-tests.log
/lib/
scalastyle.txt
scalastyle-output.xml
R-unit-tests.log
R/unit-tests.out
python/lib/pyspark.zip
lint-r-report.log
/.tags
.metals/
# For generated Python protobuf files
/src/python/protobuf/
!/src/python/protobuf/__init__.py
!/src/python/protobuf/README.md
# For Hive
metastore_db/
metastore/
warehouse/
TempStatsStore/
sql/hive-thriftserver/test_warehouses
# For R session data
.RHistory
.RData
# for C++
hs_err_pid*.log
# Keys
/private_key.pem
/public_key.pub
/symmetric_key.key
# Opaque generated data
/data/pagerank
!/data/pagerank/PageRank256.in
/data/disease/*.csv
/data/tpch/tpch-dbgen
/data/tpch/sf_*/*.tbl
# For CMake
Makefile
!opaque-sql-docs/Makefile
CMakeCache.txt
cmake_install.cmake
CMakeFiles/