Patch: cvsignore files updated
Enno Bartels <[email protected]>
| Newsgroups | gmane.text.doxygen.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi Did updated the .cvsignore files. Some new entries were missing. Added that. Look in the attached patch file. It was created with cvs diff -u > patch_2005.07.14_cvsignore.txt Thanks for listening Enno
patch_2005.07.14_cvsignore.txt
(text/plain, 1.7 KB)
Index: addon/doxmlparser/examples/metrics/.cvsignore =================================================================== RCS file: /u/kp3softd/cvsroot/addon/doxmlparser/examples/metrics/.cvsignore,v retrieving revision 1.1 diff -u -u -r1.1 .cvsignore --- addon/doxmlparser/examples/metrics/.cvsignore 18 Jul 2004 19:47:00 -0000 1.1 +++ addon/doxmlparser/examples/metrics/.cvsignore 14 Jul 2005 16:09:43 -0000 @@ -1,2 +1,5 @@ Makefile metrics.pro + +Makefile.metrics +obj Index: addon/doxmlparser/src/.cvsignore =================================================================== RCS file: /u/kp3softd/cvsroot/addon/doxmlparser/src/.cvsignore,v retrieving revision 1.1 diff -u -u -r1.1 .cvsignore --- addon/doxmlparser/src/.cvsignore 18 Jul 2004 19:47:00 -0000 1.1 +++ addon/doxmlparser/src/.cvsignore 14 Jul 2005 16:09:43 -0000 @@ -1,2 +1,4 @@ Makefile doxmlparser.pro + +Makefile.doxmlparser Index: addon/doxmlparser/test/.cvsignore =================================================================== RCS file: /u/kp3softd/cvsroot/addon/doxmlparser/test/.cvsignore,v retrieving revision 1.1 diff -u -u -r1.1 .cvsignore --- addon/doxmlparser/test/.cvsignore 18 Jul 2004 19:47:01 -0000 1.1 +++ addon/doxmlparser/test/.cvsignore 14 Jul 2005 16:09:43 -0000 @@ -1,2 +1,4 @@ Makefile xmlparse.pro + +Makefile.xmlparse Index: src/.cvsignore =================================================================== RCS file: /u/kp3softd/cvsroot/src/.cvsignore,v retrieving revision 1.2 diff -u -u -r1.2 .cvsignore --- src/.cvsignore 6 Sep 2004 21:04:05 -0000 1.2 +++ src/.cvsignore 14 Jul 2005 16:09:43 -0000 @@ -20,3 +20,7 @@ pre.cpp scanner.cpp version.cpp + +commentscan.cpp +pycode.cpp +pyscanner.cpp