avoid absolute paths
This commit is contained in:
parent
4c6f330727
commit
3e04fe10bf
@ -14,8 +14,8 @@ import System.FilePath
|
|||||||
-- | regexs for excluded files
|
-- | regexs for excluded files
|
||||||
excluded :: [String]
|
excluded :: [String]
|
||||||
excluded = intersperse "--exclude-rx"
|
excluded = intersperse "--exclude-rx"
|
||||||
[ "/home/rnhmjoj/game/"
|
[ "/rnhmjoj/game/"
|
||||||
, "/home/rnhmjoj/\\.cache/"
|
, "/rnhmjoj/\\.cache/"
|
||||||
, "/unity3d/.+/.+/Unity/"
|
, "/unity3d/.+/.+/Unity/"
|
||||||
]
|
]
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user