aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorshimamoto <shimamoto@apache.org>2019-03-08 11:04:16 +0900
committerSorabh Hamirwasia <sorabh@apache.org>2019-03-15 11:35:47 -0700
commit2364b02175bec69cee2f9ceb4e52e1333da39f70 (patch)
treeeb8d2926f954cc2a84d3fc825c64899118662f9f /pom.xml
parenta72f1700a8d260a2f92ba8955c77df6428feb919 (diff)
DRILL-7014: Format plugin for LTSV files
closes #1627
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml2
1 files changed, 2 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index c7b9272e7..f9796906b 100644
--- a/pom.xml
+++ b/pom.xml
@@ -343,6 +343,7 @@
<exclude>**/*.sqllog2</exclude>
<exclude>**/*.syslog</exclude>
<exclude>**/*.syslog1</exclude>
+ <exclude>**/*.ltsv</exclude>
<exclude>**/*.log</exclude>
<exclude>**/*.css</exclude>
<exclude>**/*.js</exclude>
@@ -671,6 +672,7 @@
<exclude>**/*.log2</exclude>
<exclude>**/*.sqllog</exclude>
<exclude>**/*.sqllog2</exclude>
+ <exclude>**/*.ltsv</exclude>
<exclude>**/*.wav</exclude>
<exclude>**/control</exclude>
<!-- TODO DRILL-4336: try to avoid the need to add this -->