diff options
| author | Fred Drake <fdrake@acm.org> | 2001-10-29 17:42:17 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 2001-10-29 17:42:17 +0000 |
| commit | b0109ffb3b084837c6a47ba4d0d655a5407cc441 (patch) | |
| tree | a17e40ff41d37722aa55db60d0d58631c378d927 | |
| parent | 520b0093db7da3f9aea4fbfaf727594971e38d7e (diff) | |
| download | cpython-git-b0109ffb3b084837c6a47ba4d0d655a5407cc441.tar.gz | |
Ignore all *.tex files in the typesetting output directories since there are
a bunch of them now.
| -rw-r--r-- | Doc/paper-a4/.cvsignore | 2 | ||||
| -rw-r--r-- | Doc/paper-letter/.cvsignore | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/Doc/paper-a4/.cvsignore b/Doc/paper-a4/.cvsignore index 90687b6c15..07f4f7d2a5 100644 --- a/Doc/paper-a4/.cvsignore +++ b/Doc/paper-a4/.cvsignore @@ -13,4 +13,4 @@ *.l2h *.how README -api.tex +*.tex diff --git a/Doc/paper-letter/.cvsignore b/Doc/paper-letter/.cvsignore index 90687b6c15..07f4f7d2a5 100644 --- a/Doc/paper-letter/.cvsignore +++ b/Doc/paper-letter/.cvsignore @@ -13,4 +13,4 @@ *.l2h *.how README -api.tex +*.tex |
