avoid absolute paths

This commit is contained in:
Michele Guerini Rocco 2019-02-01 00:46:04 +01:00
parent 4c6f330727
commit 3e04fe10bf
Signed by: rnhmjoj
GPG Key ID: 91BE884FBA4B591A

View File

@ -14,8 +14,8 @@ import System.FilePath
-- | regexs for excluded files
excluded :: [String]
excluded = intersperse "--exclude-rx"
[ "/home/rnhmjoj/game/"
, "/home/rnhmjoj/\\.cache/"
[ "/rnhmjoj/game/"
, "/rnhmjoj/\\.cache/"
, "/unity3d/.+/.+/Unity/"
]