diff options
author | Justin Erenkrantz <jerenkrantz@apache.org> | 2002-04-22 01:25:53 +0000 |
---|---|---|
committer | Justin Erenkrantz <jerenkrantz@apache.org> | 2002-04-22 01:25:53 +0000 |
commit | 37a10c987887d7efc9c74b13496bf5e2150bebf1 (patch) | |
tree | 83e13c9b10b8827ddeda853eef7e5b955e8dd3cf /shmem | |
parent | 8f30b28fdfc018962725b1c3f1fb2932e8369d8b (diff) | |
download | apr-37a10c987887d7efc9c74b13496bf5e2150bebf1.tar.gz |
Add .deps to cvsignore since APR may now generate .deps files.
(somehow CVS ignored updating these on the last commit.)
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@63287 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'shmem')
-rw-r--r-- | shmem/beos/.cvsignore | 1 | ||||
-rw-r--r-- | shmem/os2/.cvsignore | 1 | ||||
-rw-r--r-- | shmem/unix/.cvsignore | 1 |
3 files changed, 3 insertions, 0 deletions
diff --git a/shmem/beos/.cvsignore b/shmem/beos/.cvsignore index 06e18a7aa..2ebd06d35 100644 --- a/shmem/beos/.cvsignore +++ b/shmem/beos/.cvsignore @@ -1,3 +1,4 @@ Makefile *.lo .libs +.deps diff --git a/shmem/os2/.cvsignore b/shmem/os2/.cvsignore index 06e18a7aa..2ebd06d35 100644 --- a/shmem/os2/.cvsignore +++ b/shmem/os2/.cvsignore @@ -1,3 +1,4 @@ Makefile *.lo .libs +.deps diff --git a/shmem/unix/.cvsignore b/shmem/unix/.cvsignore index 06e18a7aa..2ebd06d35 100644 --- a/shmem/unix/.cvsignore +++ b/shmem/unix/.cvsignore @@ -1,3 +1,4 @@ Makefile *.lo .libs +.deps |