aboutsummaryrefslogtreecommitdiff
path: root/pom.xml
diff options
context:
space:
mode:
authorcpovirk <cpovirk@google.com>2020-04-14 08:15:18 -0700
committerkevinb9n <kevinb@google.com>2020-04-15 10:05:24 -0700
commitcaa3ce8daea5c30f3d02a30425a27e6600c0b879 (patch)
tree39360aefc79503161760622e83dff5ec3343e3d5 /pom.xml
parent1f6bbc13b9644d03b61668e0a88d600013bc68fe (diff)
downloadguava-caa3ce8daea5c30f3d02a30425a27e6600c0b879.tar.gz
Exclude Vim swap files from the jar we build.
Fixes https://github.com/google/guava/issues/3861 RELNOTES=n/a ------------- Created by MOE: https://github.com/google/moe MOE_MIGRATED_REVID=306441053
Diffstat (limited to 'pom.xml')
-rw-r--r--pom.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/pom.xml b/pom.xml
index a431f6d9b..031be6836 100644
--- a/pom.xml
+++ b/pom.xml
@@ -71,6 +71,7 @@
<directory>src</directory>
<excludes>
<exclude>**/*.java</exclude>
+ <exclude>**/*.sw*</exclude>
</excludes>
</resource>
</resources>