summaryrefslogtreecommitdiff
path: root/bootstrap
diff options
context:
space:
mode:
Diffstat (limited to 'bootstrap')
-rwxr-xr-xbootstrap2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap b/bootstrap
index c7d01ba..e4aad7f 100755
--- a/bootstrap
+++ b/bootstrap
@@ -780,7 +780,7 @@ msg "*** Gathering the list of data files to install"
# Implement some kind of .installignore for these files?
case "${f}" in
# Avoid temp files
- .*.swp|.*.swo)
+ *.sw[po])
continue
;;
# And, some files automake insists we must have