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 | |
parent | c26cc91c0cb420a9b7ec83f5fcd88a6610f86487 (diff) | |
download | cpython-ee98e4e75d82a79fcef8b5bf7ec9418bb663fd66.zip cpython-ee98e4e75d82a79fcef8b5bf7ec9418bb663fd66.tar.gz cpython-ee98e4e75d82a79fcef8b5bf7ec9418bb663fd66.tar.bz2 |
Ignore a bunch of generated files.
-rw-r--r-- | .cvsignore | 8 | ||||
-rw-r--r-- | Modules/.cvsignore | 8 | ||||
-rw-r--r-- | Objects/.cvsignore | 2 | ||||
-rw-r--r-- | Parser/.cvsignore | 3 | ||||
-rw-r--r-- | Python/.cvsignore | 2 |
5 files changed, 23 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 diff --git a/Modules/.cvsignore b/Modules/.cvsignore new file mode 100644 index 0000000..22262a1 --- /dev/null +++ b/Modules/.cvsignore @@ -0,0 +1,8 @@ +Setup +Makefile.pre +Setup.thread +Setup.local +hassignal +config.c +Makefile +add2lib diff --git a/Objects/.cvsignore b/Objects/.cvsignore new file mode 100644 index 0000000..ed9546e --- /dev/null +++ b/Objects/.cvsignore @@ -0,0 +1,2 @@ +add2lib +Makefile diff --git a/Parser/.cvsignore b/Parser/.cvsignore new file mode 100644 index 0000000..a7dd8e6 --- /dev/null +++ b/Parser/.cvsignore @@ -0,0 +1,3 @@ +Makefile +pgen +add2lib diff --git a/Python/.cvsignore b/Python/.cvsignore new file mode 100644 index 0000000..9a63e54 --- /dev/null +++ b/Python/.cvsignore @@ -0,0 +1,2 @@ +Makefile +add2lib |