-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.gitignore
38 lines (35 loc) · 1.23 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
# Compiled files
*.o
*.so
*.rlib
*.dll
# Executables
*.exe
/target/
# Common IDE files
.idea/
*.iml
target/
*.rs.bk
/adapters/file/model.json
/config-test/*
/adapters/hive/hive_data/
/adapters/hive/mariadb_data/
/adapters/hive/beeline.conf/
/adapters/hive/hadoop_data/
/test-connector/
adapters/file/data/files/
connector-definition.tgz
calcite-rs-jni/calcite/testkit/build/kotlin/compileKotlin/classpath-snapshot/shrunk-classpath-snapshot.bin
calcite-rs-jni/calcite/testkit/build/libs/calcite-testkit-1.38.0-SNAPSHOT-sources.jar
calcite-rs-jni/calcite/testkit/build/libs/calcite-testkit-1.38.0-SNAPSHOT.jar
calcite-rs-jni/calcite/testkit/build/tmp/compileJava/previous-compilation-data.bin
calcite-rs-jni/calcite/testkit/build/tmp/jar/MANIFEST.MF
calcite-rs-jni/calcite/testkit/build/tmp/sourcesJar/MANIFEST.MF
calcite-rs-jni/calcite/arrow/build/classes/java/main/org/apache/calcite/adapter/arrow/
calcite-rs-jni/calcite/arrow/build/generated/sources/annotationProcessor/java/main/org/apache/calcite/adapter/arrow/
calcite-rs-jni/calcite/arrow/build/jandex/jandexMain/
calcite-rs-jni/calcite/arrow/build/libs/
calcite-rs-jni/calcite/arrow/build/tmp/compileJava/
calcite-rs-jni/calcite/arrow/build/tmp/jar/
calcite-rs-jni/calcite/arrow/build/tmp/sourcesJar/