From b428239892337553afb2b7236e9323c3e4d33d63 Mon Sep 17 00:00:00 2001 From: Wojtek Kosior Date: Fri, 2 Jul 2021 11:48:28 +0200 Subject: ignore some special files (emacs automatic backups) when building --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build.sh') diff --git a/build.sh b/build.sh index efa53f5..9fe81c3 100755 --- a/build.sh +++ b/build.sh @@ -197,7 +197,7 @@ main() { SCRIPTDIRS='background html common content' - SCRIPTS=$(find $SCRIPTDIRS -name '*.js') + SCRIPTS=$(find $SCRIPTDIRS -name '[^.#]*.js') for SCRIPT in $SCRIPTS; do add_exports $SCRIPT -- cgit v1.2.3