From: Barry Warsaw Date: Tue, 2 May 2000 18:34:30 +0000 (+0000) Subject: Ignore a bunch of generated files. X-Git-Tag: v2.0b1~1878 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ee98e4e75d82a79fcef8b5bf7ec9418bb663fd66;p=thirdparty%2FPython%2Fcpython.git Ignore a bunch of generated files. --- diff --git a/.cvsignore b/.cvsignore new file mode 100644 index 000000000000..04a4a99e4d1c --- /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 000000000000..22262a1e5a86 --- /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 000000000000..ed9546e8e38b --- /dev/null +++ b/Objects/.cvsignore @@ -0,0 +1,2 @@ +add2lib +Makefile diff --git a/Parser/.cvsignore b/Parser/.cvsignore new file mode 100644 index 000000000000..a7dd8e610eed --- /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 000000000000..9a63e548c544 --- /dev/null +++ b/Python/.cvsignore @@ -0,0 +1,2 @@ +Makefile +add2lib