You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2002/11/24 06:07:24 UTC

cvs commit: httpd-2.0/include .cvsignore

wrowe       2002/11/23 21:07:24

  Modified:    include  .cvsignore
  Log:
    Win32 builds populate include from modules/foo/*.h and os/win32/os.h.
    Eliminate the noise.  However, I'm itching to simply move those 'standard'
    module headers back down to httpd-2.0/includes/ ... any objections?
  
  Revision  Changes    Path
  1.6       +8 -0      httpd-2.0/include/.cvsignore
  
  Index: .cvsignore
  ===================================================================
  RCS file: /home/cvs/httpd-2.0/include/.cvsignore,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- .cvsignore	4 Apr 2002 20:00:38 -0000	1.5
  +++ .cvsignore	24 Nov 2002 05:07:24 -0000	1.6
  @@ -1,3 +1,11 @@
   ap_config_auto.h
   ap_config_auto.h.in
   ap_config_layout.h
  +mod_cgi.h
  +mod_core.h
  +mod_dav.h
  +mod_include.h
  +mod_proxy.h
  +mpm.h
  +mpm_default.h
  +os.h