From 05a9b2fd050fa418dedfdf8dae62aa4cfa8f10e5 Mon Sep 17 00:00:00 2001 From: Moritz Lang Date: Wed, 3 Apr 2019 22:25:15 +0200 Subject: [PATCH] Exclude Swift build files and Pods folder --- asimov | 2 ++ 1 file changed, 2 insertions(+) diff --git a/asimov b/asimov index 0b07129..956af35 100755 --- a/asimov +++ b/asimov @@ -24,6 +24,8 @@ readonly FILEPATHS=( "target ../pom.xml" ".stack-work ../stack.yaml" "Carthage ../Cartfile" + "Pods ../Podfile" + ".build ../Package.swift" ) # Given a directory path, determine if the corresponding file (relative