diff options
author | Fred Drake <fdrake@acm.org> | 1998-05-07 14:51:53 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-05-07 14:51:53 (GMT) |
commit | 4c9542b2710fb26ac61a9125cb08f940325c5509 (patch) | |
tree | 22f9e084f18d5b12b42da8bf78a6f7fdcd94eb51 | |
parent | 60515f49b8b603606c72c4b8ae15dcdc9bfcea04 (diff) | |
download | cpython-4c9542b2710fb26ac61a9125cb08f940325c5509.zip cpython-4c9542b2710fb26ac61a9125cb08f940325c5509.tar.gz cpython-4c9542b2710fb26ac61a9125cb08f940325c5509.tar.bz2 |
Ignore subdirectories if your name is "cvs".
-rw-r--r-- | Doc/html/.cvsignore | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/html/.cvsignore b/Doc/html/.cvsignore new file mode 100644 index 0000000..0d3f217 --- /dev/null +++ b/Doc/html/.cvsignore @@ -0,0 +1,6 @@ +api +ext +icons +lib +ref +tut |