Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Tobias Decking
GHC
Commits
967cc47f
Commit
967cc47f
authored
Nov 26, 1998
by
sof
Browse files
[project @ 1998-11-26 09:17:22 by sof]
don't include the non-conflict files that CVS leaves behind in the build tree
parent
3a0ea74e
Changes
1
Show whitespace changes
Inline
Side-by-side
glafp-utils/lndir/lndir.c
View file @
967cc47f
...
...
@@ -207,6 +207,8 @@ int rel; /* if true, prepend "../" to fn before using */
while
(
dp
=
readdir
(
df
))
{
if
(
dp
->
d_name
[
strlen
(
dp
->
d_name
)
-
1
]
==
'~'
)
continue
;
if
(
dp
->
d_name
[
0
]
==
'.'
&&
dp
->
d_name
[
1
]
==
'#'
)
/* 'non-conflict files' left behind by CVS */
continue
;
strcpy
(
p
,
dp
->
d_name
);
if
(
n_dirs
>
0
)
{
...
...
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