From ea07954745a5c81dcf429de105652c898ad17452 Mon Sep 17 00:00:00 2001 From: Alexey Neyman Date: Sun, 27 Jan 2019 22:55:41 -0800 Subject: Ignore vim swap files while generating the file list Signed-off-by: Alexey Neyman diff --git a/bootstrap b/bootstrap index f7b9b41..c7d01ba 100755 --- a/bootstrap +++ b/bootstrap @@ -779,6 +779,10 @@ msg "*** Gathering the list of data files to install" find COPYING config contrib licenses.d packages samples scripts -type f | LANG=C sort | while read f; do # Implement some kind of .installignore for these files? case "${f}" in + # Avoid temp files + .*.swp|.*.swo) + continue + ;; # And, some files automake insists we must have scripts/compile | scripts/missing | scripts/depcomp | scripts/ltmain.sh | scripts/install-sh) continue -- cgit v0.10.2-6-g49f6