HTRACE-161. C client style.txt should be excluded from rat check
diff --git a/pom.xml b/pom.xml
index 1261778..440eba1 100644
--- a/pom.xml
+++ b/pom.xml
@@ -161,6 +161,7 @@
                 <exclue>**/README.md</exclue>
                 <exclude>**/src/go/bin/*</exclude>
                 <exclude>**/src/go/pkg/*</exclude>
+                <exclude>style.txt</exclude>
                 <!-- external projects -->
                 <exclude>**/bootstrap-3.3.1/**</exclude>
                 <exclude>**/web/lib/js/**</exclude>