diff options
-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 |