diff options
author | rdalkire <rdalkire@users.noreply.github.com> | 2015-07-22 15:00:32 -0400 |
---|---|---|
committer | rdalkire <rdalkire@users.noreply.github.com> | 2015-07-22 15:00:32 -0400 |
commit | 0a93e406c01ed01452f6a78d03b775fdbcdcf8ad (patch) | |
tree | a9bd1a4a84f9ccc5146e087f779e813b08b4f794 /Global/CVS.gitignore | |
parent | 073727ccd9b0ec0b39440fb7673034f04f5d1302 (diff) | |
download | gitignore-0a93e406c01ed01452f6a78d03b775fdbcdcf8ad.tar.gz gitignore-0a93e406c01ed01452f6a78d03b775fdbcdcf8ad.zip |
Update CVS.gitignore
I added and tested another leading asterisk to deal with the CVS directories further down the tree.
Diffstat (limited to 'Global/CVS.gitignore')
-rw-r--r-- | Global/CVS.gitignore | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Global/CVS.gitignore b/Global/CVS.gitignore index 01ba8634..1695352e 100644 --- a/Global/CVS.gitignore +++ b/Global/CVS.gitignore @@ -1,4 +1,4 @@ /CVS/* -*/CVS/* +**/CVS/* .cvsignore */.cvsignore |