From: William A. Rowe Jr Date: Wed, 18 Dec 2002 18:43:46 +0000 (+0000) Subject: Quietly tolerate opening Apache.dsw from within VC7.0 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4a17b1140755209474ea7697bf4428367b5f1b96;p=thirdparty%2Fapache%2Fhttpd.git Quietly tolerate opening Apache.dsw from within VC7.0 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/1.3.x@98012 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/src/.cvsignore b/src/.cvsignore index bed87f9487e..088276b0099 100644 --- a/src/.cvsignore +++ b/src/.cvsignore @@ -1,8 +1,11 @@ Makefile *.mdp +*.plg +*.vcproj Apache.ncb Apache.opt -InstallBin.plg +Apache.sln +Apache.suo Configuration Configuration.default Configuration.lint diff --git a/src/ap/.cvsignore b/src/ap/.cvsignore index 431d3427ef2..b6ea7c48956 100644 --- a/src/ap/.cvsignore +++ b/src/ap/.cvsignore @@ -1,3 +1,4 @@ +ap.vcproj Makefile LibD LibR diff --git a/src/lib/expat-lite/.cvsignore b/src/lib/expat-lite/.cvsignore index be755f8b416..3d435991889 100644 --- a/src/lib/expat-lite/.cvsignore +++ b/src/lib/expat-lite/.cvsignore @@ -1,3 +1,4 @@ Makefile Debug Release +*.vcproj diff --git a/src/lib/sdbm/.cvsignore b/src/lib/sdbm/.cvsignore index 431d3427ef2..cdfc6e3c11f 100644 --- a/src/lib/sdbm/.cvsignore +++ b/src/lib/sdbm/.cvsignore @@ -1,3 +1,4 @@ Makefile LibD LibR +*.vcproj diff --git a/src/os/win32/.cvsignore b/src/os/win32/.cvsignore index 656580df820..b13f4f70aaf 100644 --- a/src/os/win32/.cvsignore +++ b/src/os/win32/.cvsignore @@ -2,3 +2,4 @@ LibD LibR Debug Release +*.vcproj diff --git a/src/regex/.cvsignore b/src/regex/.cvsignore index 6996806af8a..34dfdb0eecc 100644 --- a/src/regex/.cvsignore +++ b/src/regex/.cvsignore @@ -2,3 +2,4 @@ re LibD LibR Makefile +regex.vcproj diff --git a/src/support/.cvsignore b/src/support/.cvsignore index 4570837097d..509a6e27df9 100644 --- a/src/support/.cvsignore +++ b/src/support/.cvsignore @@ -12,3 +12,4 @@ ab apxs Debug Release +*.vcproj