Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
clean-and-itasks
clean-ide
Commits
d0aaaff4
Commit
d0aaaff4
authored
Feb 21, 2003
by
Diederik van Arkel
Browse files
ignore .DS_Store
parent
7c919e8f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Pm/PmDirCache.icl
View file @
d0aaaff4
...
...
@@ -44,6 +44,8 @@ where
=
((
errs
,
cache
),
files
)
//removedups :: !.[(String,String,DateTime)] -> .[(String,String,DateTime)]
removedups
[
x
=:(
".DS_Store"
,_,_):
xs
]
=
removedups
xs
removedups
[
x
=:(
l
,
p
,_):
xs
]
#
(
wrn
,
xs
)
=
dropWarn
(\(
r
,_,_)
->
l
==
r
)
xs
|
isEmpty
wrn
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment