summaryrefslogtreecommitdiffstats
path: root/.cvsignore
diff options
context:
space:
mode:
authorThomas Wouters <thomas@python.org>2001-08-09 09:53:00 (GMT)
committerThomas Wouters <thomas@python.org>2001-08-09 09:53:00 (GMT)
commitdf8dc365c53474189142308ecf99a3dcb1464c7e (patch)
tree7d7f2cf40029de9f1ff55abbbbbbb6f5725bcc15 /.cvsignore
parent8cc965c1fb7da494c5abfb3eef49f017dcdc9939 (diff)
downloadcpython-df8dc365c53474189142308ecf99a3dcb1464c7e.zip
cpython-df8dc365c53474189142308ecf99a3dcb1464c7e.tar.gz
cpython-df8dc365c53474189142308ecf99a3dcb1464c7e.tar.bz2
Michael Hudson correctly pointed out we should cvsignore pyconfig.h, not
config.h (anymore). People will still have to delete config.h from their source trees manually :)
Diffstat (limited to '.cvsignore')
-rw-r--r--.cvsignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.cvsignore b/.cvsignore
index 4860994..18fd74e 100644
--- a/.cvsignore
+++ b/.cvsignore
@@ -1,6 +1,5 @@
.purify
config.log
-config.h
config.cache
config.status
Makefile
@@ -9,3 +8,4 @@ python
build
Makefile.pre
platform
+pyconfig.h