avoid absolute paths
This commit is contained in:
parent
4c6f330727
commit
3e04fe10bf
@ -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/"
|
||||
]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user