diff options
author | Barry Warsaw <barry@python.org> | 2000-05-02 18:34:30 (GMT) |
---|---|---|
committer | Barry Warsaw <barry@python.org> | 2000-05-02 18:34:30 (GMT) |
commit | ee98e4e75d82a79fcef8b5bf7ec9418bb663fd66 (patch) | |
tree | 19b9f0d99a51de5d560ea4f89d0203e99c7df19f /.cvsignore | |
parent | c26cc91c0cb420a9b7ec83f5fcd88a6610f86487 (diff) | |
download | cpython-ee98e4e75d82a79fcef8b5bf7ec9418bb663fd66.zip cpython-ee98e4e75d82a79fcef8b5bf7ec9418bb663fd66.tar.gz cpython-ee98e4e75d82a79fcef8b5bf7ec9418bb663fd66.tar.bz2 |
Ignore a bunch of generated files.
Diffstat (limited to '.cvsignore')
-rw-r--r-- | .cvsignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 0000000..04a4a99 --- /dev/null +++ b/.cvsignore @@ -0,0 +1,8 @@ +.purify +config.log +config.h +config.cache +config.status +Makefile +buildno +python |