diff options
author | Skip Montanaro <skip@pobox.com> | 2000-07-27 20:31:12 +0000 |
---|---|---|
committer | Skip Montanaro <skip@pobox.com> | 2000-07-27 20:31:12 +0000 |
commit | 249508d994097a921da4675cbc7e95deb7ce1aae (patch) | |
tree | 598fc69e4b74961067c270be82b7a84dcb2f7e28 | |
parent | 0f0caaaac918eb082a4dab783dee09bec9fa0df9 (diff) | |
download | cpython-249508d994097a921da4675cbc7e95deb7ce1aae.tar.gz |
added .cvsignore so cvs doesn't complain about the generated graminit.h and
graminit.c files.
-rw-r--r-- | Grammar/.cvsignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Grammar/.cvsignore b/Grammar/.cvsignore new file mode 100644 index 0000000000..f3f14bbd77 --- /dev/null +++ b/Grammar/.cvsignore @@ -0,0 +1,2 @@ +graminit.h +graminit.c |