Added: xdebug/branches/JDIMediaSolutions/.gitignore =================================================================== --- xdebug/branches/JDIMediaSolutions/.gitignore (rev 0) +++ xdebug/branches/JDIMediaSolutions/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,24 @@ +/.deps +/Makefile +/*.lo +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.global +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk Added: xdebug/branches/PHP_6/.gitignore =================================================================== --- xdebug/branches/PHP_6/.gitignore (rev 0) +++ xdebug/branches/PHP_6/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/branches/PHP_6/debugclient/.gitignore =================================================================== --- xdebug/branches/PHP_6/debugclient/.gitignore (rev 0) +++ xdebug/branches/PHP_6/debugclient/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,24 @@ +/debugclient +/dmalloc.debug +/malloc.debug +/Makefile +/Makefile.in +/aclocal.m4 +/confdefs.h +/config.status +/config.cache +/config.log +/configure +/config.h +/config.h.in +/libtool +/.deps +/stamp-h1 +/stamp-h +/stamp-h.in +/generated_list +/missing +/autom4te.cache +/buildmk.stamp +/Debug +/Release Added: xdebug/branches/PHP_6/tests/.gitignore =================================================================== --- xdebug/branches/PHP_6/tests/.gitignore (rev 0) +++ xdebug/branches/PHP_6/tests/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,8 @@ +/*.diff +/*.mem +/*.log +/*.out +/*.exp +/*.swp +/*.php +/phpt.* Added: xdebug/branches/XDEBUG_PATH_COVERAGE/.gitignore =================================================================== --- xdebug/branches/XDEBUG_PATH_COVERAGE/.gitignore (rev 0) +++ xdebug/branches/XDEBUG_PATH_COVERAGE/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/branches/XDEBUG_PATH_COVERAGE/debugclient/.gitignore =================================================================== --- xdebug/branches/XDEBUG_PATH_COVERAGE/debugclient/.gitignore (rev 0) +++ xdebug/branches/XDEBUG_PATH_COVERAGE/debugclient/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,24 @@ +/debugclient +/dmalloc.debug +/malloc.debug +/Makefile +/Makefile.in +/aclocal.m4 +/confdefs.h +/config.status +/config.cache +/config.log +/configure +/config.h +/config.h.in +/libtool +/.deps +/stamp-h1 +/stamp-h +/stamp-h.in +/generated_list +/missing +/autom4te.cache +/buildmk.stamp +/Debug +/Release Added: xdebug/branches/XDEBUG_PATH_COVERAGE/tests/.gitignore =================================================================== --- xdebug/branches/XDEBUG_PATH_COVERAGE/tests/.gitignore (rev 0) +++ xdebug/branches/XDEBUG_PATH_COVERAGE/tests/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,8 @@ +/*.diff +/*.mem +/*.log +/*.out +/*.exp +/*.swp +/*.php +/phpt.* Added: xdebug/branches/unlabeled-1.10.2/.gitignore =================================================================== --- xdebug/branches/unlabeled-1.10.2/.gitignore (rev 0) +++ xdebug/branches/unlabeled-1.10.2/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/branches/unlabeled-1.11.2/.gitignore =================================================================== --- xdebug/branches/unlabeled-1.11.2/.gitignore (rev 0) +++ xdebug/branches/unlabeled-1.11.2/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/branches/unlabeled-1.11.4/.gitignore =================================================================== --- xdebug/branches/unlabeled-1.11.4/.gitignore (rev 0) +++ xdebug/branches/unlabeled-1.11.4/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,47 @@ +/.deps +/Makefile +/*.lo +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache Added: xdebug/branches/unlabeled-1.13.2/.gitignore =================================================================== --- xdebug/branches/unlabeled-1.13.2/.gitignore (rev 0) +++ xdebug/branches/unlabeled-1.13.2/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/branches/unlabeled-1.138.2/.gitignore =================================================================== --- xdebug/branches/unlabeled-1.138.2/.gitignore (rev 0) +++ xdebug/branches/unlabeled-1.138.2/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/branches/unlabeled-1.14.2/.gitignore =================================================================== --- xdebug/branches/unlabeled-1.14.2/.gitignore (rev 0) +++ xdebug/branches/unlabeled-1.14.2/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/branches/unlabeled-1.15.2/.gitignore =================================================================== --- xdebug/branches/unlabeled-1.15.2/.gitignore (rev 0) +++ xdebug/branches/unlabeled-1.15.2/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/branches/unlabeled-1.152.2/.gitignore =================================================================== --- xdebug/branches/unlabeled-1.152.2/.gitignore (rev 0) +++ xdebug/branches/unlabeled-1.152.2/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/branches/unlabeled-1.17.2/.gitignore =================================================================== --- xdebug/branches/unlabeled-1.17.2/.gitignore (rev 0) +++ xdebug/branches/unlabeled-1.17.2/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/branches/unlabeled-1.19.2/.gitignore =================================================================== --- xdebug/branches/unlabeled-1.19.2/.gitignore (rev 0) +++ xdebug/branches/unlabeled-1.19.2/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/branches/unlabeled-1.22.2/.gitignore =================================================================== --- xdebug/branches/unlabeled-1.22.2/.gitignore (rev 0) +++ xdebug/branches/unlabeled-1.22.2/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/branches/unlabeled-1.23.2/.gitignore =================================================================== --- xdebug/branches/unlabeled-1.23.2/.gitignore (rev 0) +++ xdebug/branches/unlabeled-1.23.2/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/branches/unlabeled-1.28.2/.gitignore =================================================================== --- xdebug/branches/unlabeled-1.28.2/.gitignore (rev 0) +++ xdebug/branches/unlabeled-1.28.2/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/branches/unlabeled-1.29.2/.gitignore =================================================================== --- xdebug/branches/unlabeled-1.29.2/.gitignore (rev 0) +++ xdebug/branches/unlabeled-1.29.2/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/branches/unlabeled-1.33.2/.gitignore =================================================================== --- xdebug/branches/unlabeled-1.33.2/.gitignore (rev 0) +++ xdebug/branches/unlabeled-1.33.2/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/branches/unlabeled-1.38.2/.gitignore =================================================================== --- xdebug/branches/unlabeled-1.38.2/.gitignore (rev 0) +++ xdebug/branches/unlabeled-1.38.2/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/branches/unlabeled-1.4.2/.gitignore =================================================================== --- xdebug/branches/unlabeled-1.4.2/.gitignore (rev 0) +++ xdebug/branches/unlabeled-1.4.2/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/branches/unlabeled-1.454.2/.gitignore =================================================================== --- xdebug/branches/unlabeled-1.454.2/.gitignore (rev 0) +++ xdebug/branches/unlabeled-1.454.2/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/branches/unlabeled-1.47.2/.gitignore =================================================================== --- xdebug/branches/unlabeled-1.47.2/.gitignore (rev 0) +++ xdebug/branches/unlabeled-1.47.2/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/branches/unlabeled-1.5.2/.gitignore =================================================================== --- xdebug/branches/unlabeled-1.5.2/.gitignore (rev 0) +++ xdebug/branches/unlabeled-1.5.2/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/branches/unlabeled-1.53.2/.gitignore =================================================================== --- xdebug/branches/unlabeled-1.53.2/.gitignore (rev 0) +++ xdebug/branches/unlabeled-1.53.2/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/branches/unlabeled-1.6.2/.gitignore =================================================================== --- xdebug/branches/unlabeled-1.6.2/.gitignore (rev 0) +++ xdebug/branches/unlabeled-1.6.2/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/branches/unlabeled-1.7.2/.gitignore =================================================================== --- xdebug/branches/unlabeled-1.7.2/.gitignore (rev 0) +++ xdebug/branches/unlabeled-1.7.2/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/branches/unlabeled-1.8.2/.gitignore =================================================================== --- xdebug/branches/unlabeled-1.8.2/.gitignore (rev 0) +++ xdebug/branches/unlabeled-1.8.2/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/branches/unlabeled-1.9.2/.gitignore =================================================================== --- xdebug/branches/unlabeled-1.9.2/.gitignore (rev 0) +++ xdebug/branches/unlabeled-1.9.2/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/branches/unlabeled-1.92.2/.gitignore =================================================================== --- xdebug/branches/unlabeled-1.92.2/.gitignore (rev 0) +++ xdebug/branches/unlabeled-1.92.2/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/branches/unlabeled-1.98.2/.gitignore =================================================================== --- xdebug/branches/unlabeled-1.98.2/.gitignore (rev 0) +++ xdebug/branches/unlabeled-1.98.2/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/branches/xdebug_1_0/.gitignore =================================================================== --- xdebug/branches/xdebug_1_0/.gitignore (rev 0) +++ xdebug/branches/xdebug_1_0/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,41 @@ +/.deps +/Makefile +/*.lo +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/config.status +/config.cache +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz Added: xdebug/branches/xdebug_1_1/.gitignore =================================================================== --- xdebug/branches/xdebug_1_1/.gitignore (rev 0) +++ xdebug/branches/xdebug_1_1/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,46 @@ +/.deps +/Makefile +/*.lo +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw Added: xdebug/branches/xdebug_1_1/debugclient/.gitignore =================================================================== --- xdebug/branches/xdebug_1_1/debugclient/.gitignore (rev 0) +++ xdebug/branches/xdebug_1_1/debugclient/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1 @@ +/debugclient Added: xdebug/branches/xdebug_1_1/tests/.gitignore =================================================================== --- xdebug/branches/xdebug_1_1/tests/.gitignore (rev 0) +++ xdebug/branches/xdebug_1_1/tests/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,6 @@ +/*.diff +/*.log +/*.out +/*.exp +/*.php +/*.swp Added: xdebug/branches/xdebug_1_3/.gitignore =================================================================== --- xdebug/branches/xdebug_1_3/.gitignore (rev 0) +++ xdebug/branches/xdebug_1_3/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,46 @@ +/.deps +/Makefile +/*.lo +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw Added: xdebug/branches/xdebug_1_3/debugclient/.gitignore =================================================================== --- xdebug/branches/xdebug_1_3/debugclient/.gitignore (rev 0) +++ xdebug/branches/xdebug_1_3/debugclient/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,24 @@ +/debugclient +/dmalloc.debug +/malloc.debug +/Makefile +/Makefile.in +/aclocal.m4 +/confdefs.h +/config.status +/config.cache +/config.log +/configure +/config.h +/config.h.in +/libtool +/.deps +/stamp-h1 +/stamp-h +/stamp-h.in +/generated_list +/missing +/autom4te.cache +/buildmk.stamp +/Debug +/Release Added: xdebug/branches/xdebug_1_3/tests/.gitignore =================================================================== --- xdebug/branches/xdebug_1_3/tests/.gitignore (rev 0) +++ xdebug/branches/xdebug_1_3/tests/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,7 @@ +/*.diff +/*.log +/*.out +/*.exp +/*.php +/*.swp +/phpt.* Added: xdebug/branches/xdebug_2_0/.gitignore =================================================================== --- xdebug/branches/xdebug_2_0/.gitignore (rev 0) +++ xdebug/branches/xdebug_2_0/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/branches/xdebug_2_0/debugclient/.gitignore =================================================================== --- xdebug/branches/xdebug_2_0/debugclient/.gitignore (rev 0) +++ xdebug/branches/xdebug_2_0/debugclient/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,24 @@ +/debugclient +/dmalloc.debug +/malloc.debug +/Makefile +/Makefile.in +/aclocal.m4 +/confdefs.h +/config.status +/config.cache +/config.log +/configure +/config.h +/config.h.in +/libtool +/.deps +/stamp-h1 +/stamp-h +/stamp-h.in +/generated_list +/missing +/autom4te.cache +/buildmk.stamp +/Debug +/Release Added: xdebug/branches/xdebug_2_0/tests/.gitignore =================================================================== --- xdebug/branches/xdebug_2_0/tests/.gitignore (rev 0) +++ xdebug/branches/xdebug_2_0/tests/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,8 @@ +/*.diff +/*.mem +/*.log +/*.out +/*.exp +/*.swp +/*.php +/phpt.* Added: xdebug/branches/xdebug_2_1/.gitignore =================================================================== --- xdebug/branches/xdebug_2_1/.gitignore (rev 0) +++ xdebug/branches/xdebug_2_1/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/branches/xdebug_2_1/debugclient/.gitignore =================================================================== --- xdebug/branches/xdebug_2_1/debugclient/.gitignore (rev 0) +++ xdebug/branches/xdebug_2_1/debugclient/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,24 @@ +/debugclient +/dmalloc.debug +/malloc.debug +/Makefile +/Makefile.in +/aclocal.m4 +/confdefs.h +/config.status +/config.cache +/config.log +/configure +/config.h +/config.h.in +/libtool +/.deps +/stamp-h1 +/stamp-h +/stamp-h.in +/generated_list +/missing +/autom4te.cache +/buildmk.stamp +/Debug +/Release Added: xdebug/branches/xdebug_2_1/tests/.gitignore =================================================================== --- xdebug/branches/xdebug_2_1/tests/.gitignore (rev 0) +++ xdebug/branches/xdebug_2_1/tests/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,8 @@ +/*.diff +/*.mem +/*.log +/*.out +/*.exp +/*.swp +/*.php +/phpt.* Added: xdebug/tags/BEFORE_SHANED_MESSED_UP/.gitignore =================================================================== --- xdebug/tags/BEFORE_SHANED_MESSED_UP/.gitignore (rev 0) +++ xdebug/tags/BEFORE_SHANED_MESSED_UP/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,47 @@ +/.deps +/Makefile +/*.lo +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache Added: xdebug/tags/BEFORE_SHANED_MESSED_UP/debugclient/.gitignore =================================================================== --- xdebug/tags/BEFORE_SHANED_MESSED_UP/debugclient/.gitignore (rev 0) +++ xdebug/tags/BEFORE_SHANED_MESSED_UP/debugclient/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,24 @@ +/debugclient +/dmalloc.debug +/malloc.debug +/Makefile +/Makefile.in +/aclocal.m4 +/confdefs.h +/config.status +/config.cache +/config.log +/configure +/config.h +/config.h.in +/libtool +/.deps +/stamp-h1 +/stamp-h +/stamp-h.in +/generated_list +/missing +/autom4te.cache +/buildmk.stamp +/Debug +/Release Added: xdebug/tags/BEFORE_SHANED_MESSED_UP/tests/.gitignore =================================================================== --- xdebug/tags/BEFORE_SHANED_MESSED_UP/tests/.gitignore (rev 0) +++ xdebug/tags/BEFORE_SHANED_MESSED_UP/tests/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,7 @@ +/*.diff +/*.log +/*.out +/*.exp +/*.php +/*.swp +/phpt.* Added: xdebug/tags/XDEBUG_0_6_0/.gitignore =================================================================== --- xdebug/tags/XDEBUG_0_6_0/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_0_6_0/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,24 @@ +/.deps +/Makefile +/*.lo +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.global +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk Added: xdebug/tags/XDEBUG_0_7_0/.gitignore =================================================================== --- xdebug/tags/XDEBUG_0_7_0/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_0_7_0/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,29 @@ +/.deps +/Makefile +/*.lo +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.* +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/config.status Added: xdebug/tags/XDEBUG_0_8_0/.gitignore =================================================================== --- xdebug/tags/XDEBUG_0_8_0/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_0_8_0/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,34 @@ +/.deps +/Makefile +/*.lo +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/config.status +/config.cache Added: xdebug/tags/XDEBUG_0_9_0/.gitignore =================================================================== --- xdebug/tags/XDEBUG_0_9_0/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_0_9_0/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,34 @@ +/.deps +/Makefile +/*.lo +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/config.status +/config.cache Added: xdebug/tags/XDEBUG_1_0_0rc1/.gitignore =================================================================== --- xdebug/tags/XDEBUG_1_0_0rc1/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_1_0_0rc1/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,41 @@ +/.deps +/Makefile +/*.lo +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/config.status +/config.cache +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz Added: xdebug/tags/XDEBUG_1_1_0/.gitignore =================================================================== --- xdebug/tags/XDEBUG_1_1_0/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_1_1_0/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,46 @@ +/.deps +/Makefile +/*.lo +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw Added: xdebug/tags/XDEBUG_1_1_0/debugclient/.gitignore =================================================================== --- xdebug/tags/XDEBUG_1_1_0/debugclient/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_1_1_0/debugclient/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1 @@ +/debugclient Added: xdebug/tags/XDEBUG_1_1_0/tests/.gitignore =================================================================== --- xdebug/tags/XDEBUG_1_1_0/tests/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_1_1_0/tests/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,6 @@ +/*.diff +/*.log +/*.out +/*.exp +/*.php +/*.swp Added: xdebug/tags/XDEBUG_1_1_0pre2/.gitignore =================================================================== --- xdebug/tags/XDEBUG_1_1_0pre2/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_1_1_0pre2/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,44 @@ +/.deps +/Makefile +/*.lo +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw Added: xdebug/tags/XDEBUG_1_1_0pre2/debugclient/.gitignore =================================================================== --- xdebug/tags/XDEBUG_1_1_0pre2/debugclient/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_1_1_0pre2/debugclient/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1 @@ +/debugclient Added: xdebug/tags/XDEBUG_1_1_0pre2/tests/.gitignore =================================================================== --- xdebug/tags/XDEBUG_1_1_0pre2/tests/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_1_1_0pre2/tests/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,6 @@ +/*.diff +/*.log +/*.out +/*.exp +/*.php +/*.swp Added: xdebug/tags/XDEBUG_1_2_0/.gitignore =================================================================== --- xdebug/tags/XDEBUG_1_2_0/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_1_2_0/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,46 @@ +/.deps +/Makefile +/*.lo +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw Added: xdebug/tags/XDEBUG_1_2_0/debugclient/.gitignore =================================================================== --- xdebug/tags/XDEBUG_1_2_0/debugclient/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_1_2_0/debugclient/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,24 @@ +/debugclient +/dmalloc.debug +/malloc.debug +/Makefile +/Makefile.in +/aclocal.m4 +/confdefs.h +/config.status +/config.cache +/config.log +/configure +/config.h +/config.h.in +/libtool +/.deps +/stamp-h1 +/stamp-h +/stamp-h.in +/generated_list +/missing +/autom4te.cache +/buildmk.stamp +/Debug +/Release Added: xdebug/tags/XDEBUG_1_2_0/tests/.gitignore =================================================================== --- xdebug/tags/XDEBUG_1_2_0/tests/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_1_2_0/tests/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,6 @@ +/*.diff +/*.log +/*.out +/*.exp +/*.php +/*.swp Added: xdebug/tags/XDEBUG_1_2_0rc1/.gitignore =================================================================== --- xdebug/tags/XDEBUG_1_2_0rc1/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_1_2_0rc1/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,46 @@ +/.deps +/Makefile +/*.lo +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw Added: xdebug/tags/XDEBUG_1_2_0rc1/debugclient/.gitignore =================================================================== --- xdebug/tags/XDEBUG_1_2_0rc1/debugclient/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_1_2_0rc1/debugclient/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,24 @@ +/debugclient +/dmalloc.debug +/malloc.debug +/Makefile +/Makefile.in +/aclocal.m4 +/confdefs.h +/config.status +/config.cache +/config.log +/configure +/config.h +/config.h.in +/libtool +/.deps +/stamp-h1 +/stamp-h +/stamp-h.in +/generated_list +/missing +/autom4te.cache +/buildmk.stamp +/Debug +/Release Added: xdebug/tags/XDEBUG_1_2_0rc1/tests/.gitignore =================================================================== --- xdebug/tags/XDEBUG_1_2_0rc1/tests/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_1_2_0rc1/tests/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,6 @@ +/*.diff +/*.log +/*.out +/*.exp +/*.php +/*.swp Added: xdebug/tags/XDEBUG_1_2_0rc2/.gitignore =================================================================== --- xdebug/tags/XDEBUG_1_2_0rc2/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_1_2_0rc2/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,46 @@ +/.deps +/Makefile +/*.lo +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw Added: xdebug/tags/XDEBUG_1_2_0rc2/debugclient/.gitignore =================================================================== --- xdebug/tags/XDEBUG_1_2_0rc2/debugclient/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_1_2_0rc2/debugclient/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,24 @@ +/debugclient +/dmalloc.debug +/malloc.debug +/Makefile +/Makefile.in +/aclocal.m4 +/confdefs.h +/config.status +/config.cache +/config.log +/configure +/config.h +/config.h.in +/libtool +/.deps +/stamp-h1 +/stamp-h +/stamp-h.in +/generated_list +/missing +/autom4te.cache +/buildmk.stamp +/Debug +/Release Added: xdebug/tags/XDEBUG_1_2_0rc2/tests/.gitignore =================================================================== --- xdebug/tags/XDEBUG_1_2_0rc2/tests/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_1_2_0rc2/tests/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,6 @@ +/*.diff +/*.log +/*.out +/*.exp +/*.php +/*.swp Added: xdebug/tags/XDEBUG_1_3_0/.gitignore =================================================================== --- xdebug/tags/XDEBUG_1_3_0/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_1_3_0/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,46 @@ +/.deps +/Makefile +/*.lo +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw Added: xdebug/tags/XDEBUG_1_3_0/debugclient/.gitignore =================================================================== --- xdebug/tags/XDEBUG_1_3_0/debugclient/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_1_3_0/debugclient/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,24 @@ +/debugclient +/dmalloc.debug +/malloc.debug +/Makefile +/Makefile.in +/aclocal.m4 +/confdefs.h +/config.status +/config.cache +/config.log +/configure +/config.h +/config.h.in +/libtool +/.deps +/stamp-h1 +/stamp-h +/stamp-h.in +/generated_list +/missing +/autom4te.cache +/buildmk.stamp +/Debug +/Release Added: xdebug/tags/XDEBUG_1_3_0/tests/.gitignore =================================================================== --- xdebug/tags/XDEBUG_1_3_0/tests/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_1_3_0/tests/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,7 @@ +/*.diff +/*.log +/*.out +/*.exp +/*.php +/*.swp +/phpt.* Added: xdebug/tags/XDEBUG_1_3_0rc1/.gitignore =================================================================== --- xdebug/tags/XDEBUG_1_3_0rc1/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_1_3_0rc1/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,46 @@ +/.deps +/Makefile +/*.lo +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw Added: xdebug/tags/XDEBUG_1_3_0rc1/debugclient/.gitignore =================================================================== --- xdebug/tags/XDEBUG_1_3_0rc1/debugclient/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_1_3_0rc1/debugclient/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,24 @@ +/debugclient +/dmalloc.debug +/malloc.debug +/Makefile +/Makefile.in +/aclocal.m4 +/confdefs.h +/config.status +/config.cache +/config.log +/configure +/config.h +/config.h.in +/libtool +/.deps +/stamp-h1 +/stamp-h +/stamp-h.in +/generated_list +/missing +/autom4te.cache +/buildmk.stamp +/Debug +/Release Added: xdebug/tags/XDEBUG_1_3_0rc1/tests/.gitignore =================================================================== --- xdebug/tags/XDEBUG_1_3_0rc1/tests/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_1_3_0rc1/tests/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,7 @@ +/*.diff +/*.log +/*.out +/*.exp +/*.php +/*.swp +/phpt.* Added: xdebug/tags/XDEBUG_1_3_0rc2/.gitignore =================================================================== --- xdebug/tags/XDEBUG_1_3_0rc2/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_1_3_0rc2/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,46 @@ +/.deps +/Makefile +/*.lo +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw Added: xdebug/tags/XDEBUG_1_3_0rc2/debugclient/.gitignore =================================================================== --- xdebug/tags/XDEBUG_1_3_0rc2/debugclient/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_1_3_0rc2/debugclient/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,24 @@ +/debugclient +/dmalloc.debug +/malloc.debug +/Makefile +/Makefile.in +/aclocal.m4 +/confdefs.h +/config.status +/config.cache +/config.log +/configure +/config.h +/config.h.in +/libtool +/.deps +/stamp-h1 +/stamp-h +/stamp-h.in +/generated_list +/missing +/autom4te.cache +/buildmk.stamp +/Debug +/Release Added: xdebug/tags/XDEBUG_1_3_0rc2/tests/.gitignore =================================================================== --- xdebug/tags/XDEBUG_1_3_0rc2/tests/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_1_3_0rc2/tests/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,7 @@ +/*.diff +/*.log +/*.out +/*.exp +/*.php +/*.swp +/phpt.* Added: xdebug/tags/XDEBUG_1_3_1/.gitignore =================================================================== --- xdebug/tags/XDEBUG_1_3_1/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_1_3_1/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,46 @@ +/.deps +/Makefile +/*.lo +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw Added: xdebug/tags/XDEBUG_1_3_1/debugclient/.gitignore =================================================================== --- xdebug/tags/XDEBUG_1_3_1/debugclient/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_1_3_1/debugclient/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,24 @@ +/debugclient +/dmalloc.debug +/malloc.debug +/Makefile +/Makefile.in +/aclocal.m4 +/confdefs.h +/config.status +/config.cache +/config.log +/configure +/config.h +/config.h.in +/libtool +/.deps +/stamp-h1 +/stamp-h +/stamp-h.in +/generated_list +/missing +/autom4te.cache +/buildmk.stamp +/Debug +/Release Added: xdebug/tags/XDEBUG_1_3_1/tests/.gitignore =================================================================== --- xdebug/tags/XDEBUG_1_3_1/tests/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_1_3_1/tests/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,7 @@ +/*.diff +/*.log +/*.out +/*.exp +/*.php +/*.swp +/phpt.* Added: xdebug/tags/XDEBUG_1_3_2/.gitignore =================================================================== --- xdebug/tags/XDEBUG_1_3_2/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_1_3_2/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,46 @@ +/.deps +/Makefile +/*.lo +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw Added: xdebug/tags/XDEBUG_1_3_2/debugclient/.gitignore =================================================================== --- xdebug/tags/XDEBUG_1_3_2/debugclient/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_1_3_2/debugclient/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,24 @@ +/debugclient +/dmalloc.debug +/malloc.debug +/Makefile +/Makefile.in +/aclocal.m4 +/confdefs.h +/config.status +/config.cache +/config.log +/configure +/config.h +/config.h.in +/libtool +/.deps +/stamp-h1 +/stamp-h +/stamp-h.in +/generated_list +/missing +/autom4te.cache +/buildmk.stamp +/Debug +/Release Added: xdebug/tags/XDEBUG_1_3_2/tests/.gitignore =================================================================== --- xdebug/tags/XDEBUG_1_3_2/tests/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_1_3_2/tests/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,7 @@ +/*.diff +/*.log +/*.out +/*.exp +/*.php +/*.swp +/phpt.* Added: xdebug/tags/XDEBUG_2_0_0/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_0/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_0/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/tags/XDEBUG_2_0_0/debugclient/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_0/debugclient/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_0/debugclient/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,24 @@ +/debugclient +/dmalloc.debug +/malloc.debug +/Makefile +/Makefile.in +/aclocal.m4 +/confdefs.h +/config.status +/config.cache +/config.log +/configure +/config.h +/config.h.in +/libtool +/.deps +/stamp-h1 +/stamp-h +/stamp-h.in +/generated_list +/missing +/autom4te.cache +/buildmk.stamp +/Debug +/Release Added: xdebug/tags/XDEBUG_2_0_0/tests/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_0/tests/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_0/tests/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,8 @@ +/*.diff +/*.mem +/*.log +/*.out +/*.exp +/*.swp +/*.php +/phpt.* Added: xdebug/tags/XDEBUG_2_0_0RC1/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_0RC1/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_0RC1/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/tags/XDEBUG_2_0_0RC1/debugclient/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_0RC1/debugclient/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_0RC1/debugclient/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,24 @@ +/debugclient +/dmalloc.debug +/malloc.debug +/Makefile +/Makefile.in +/aclocal.m4 +/confdefs.h +/config.status +/config.cache +/config.log +/configure +/config.h +/config.h.in +/libtool +/.deps +/stamp-h1 +/stamp-h +/stamp-h.in +/generated_list +/missing +/autom4te.cache +/buildmk.stamp +/Debug +/Release Added: xdebug/tags/XDEBUG_2_0_0RC1/tests/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_0RC1/tests/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_0RC1/tests/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,7 @@ +/*.diff +/*.log +/*.out +/*.exp +/*.swp +/*.php +/phpt.* Added: xdebug/tags/XDEBUG_2_0_0RC2/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_0RC2/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_0RC2/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/tags/XDEBUG_2_0_0RC2/debugclient/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_0RC2/debugclient/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_0RC2/debugclient/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,24 @@ +/debugclient +/dmalloc.debug +/malloc.debug +/Makefile +/Makefile.in +/aclocal.m4 +/confdefs.h +/config.status +/config.cache +/config.log +/configure +/config.h +/config.h.in +/libtool +/.deps +/stamp-h1 +/stamp-h +/stamp-h.in +/generated_list +/missing +/autom4te.cache +/buildmk.stamp +/Debug +/Release Added: xdebug/tags/XDEBUG_2_0_0RC2/tests/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_0RC2/tests/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_0RC2/tests/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,7 @@ +/*.diff +/*.log +/*.out +/*.exp +/*.swp +/*.php +/phpt.* Added: xdebug/tags/XDEBUG_2_0_0RC3/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_0RC3/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_0RC3/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/tags/XDEBUG_2_0_0RC3/debugclient/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_0RC3/debugclient/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_0RC3/debugclient/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,24 @@ +/debugclient +/dmalloc.debug +/malloc.debug +/Makefile +/Makefile.in +/aclocal.m4 +/confdefs.h +/config.status +/config.cache +/config.log +/configure +/config.h +/config.h.in +/libtool +/.deps +/stamp-h1 +/stamp-h +/stamp-h.in +/generated_list +/missing +/autom4te.cache +/buildmk.stamp +/Debug +/Release Added: xdebug/tags/XDEBUG_2_0_0RC3/tests/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_0RC3/tests/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_0RC3/tests/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,8 @@ +/*.diff +/*.mem +/*.log +/*.out +/*.exp +/*.swp +/*.php +/phpt.* Added: xdebug/tags/XDEBUG_2_0_0RC4/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_0RC4/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_0RC4/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/tags/XDEBUG_2_0_0RC4/debugclient/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_0RC4/debugclient/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_0RC4/debugclient/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,24 @@ +/debugclient +/dmalloc.debug +/malloc.debug +/Makefile +/Makefile.in +/aclocal.m4 +/confdefs.h +/config.status +/config.cache +/config.log +/configure +/config.h +/config.h.in +/libtool +/.deps +/stamp-h1 +/stamp-h +/stamp-h.in +/generated_list +/missing +/autom4te.cache +/buildmk.stamp +/Debug +/Release Added: xdebug/tags/XDEBUG_2_0_0RC4/tests/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_0RC4/tests/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_0RC4/tests/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,8 @@ +/*.diff +/*.mem +/*.log +/*.out +/*.exp +/*.swp +/*.php +/phpt.* Added: xdebug/tags/XDEBUG_2_0_0beta1/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_0beta1/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_0beta1/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,47 @@ +/.deps +/Makefile +/*.lo +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache Added: xdebug/tags/XDEBUG_2_0_0beta1/debugclient/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_0beta1/debugclient/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_0beta1/debugclient/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,24 @@ +/debugclient +/dmalloc.debug +/malloc.debug +/Makefile +/Makefile.in +/aclocal.m4 +/confdefs.h +/config.status +/config.cache +/config.log +/configure +/config.h +/config.h.in +/libtool +/.deps +/stamp-h1 +/stamp-h +/stamp-h.in +/generated_list +/missing +/autom4te.cache +/buildmk.stamp +/Debug +/Release Added: xdebug/tags/XDEBUG_2_0_0beta1/tests/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_0beta1/tests/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_0beta1/tests/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,7 @@ +/*.diff +/*.log +/*.out +/*.exp +/*.php +/*.swp +/phpt.* Added: xdebug/tags/XDEBUG_2_0_0beta2/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_0beta2/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_0beta2/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,47 @@ +/.deps +/Makefile +/*.lo +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache Added: xdebug/tags/XDEBUG_2_0_0beta2/debugclient/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_0beta2/debugclient/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_0beta2/debugclient/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,24 @@ +/debugclient +/dmalloc.debug +/malloc.debug +/Makefile +/Makefile.in +/aclocal.m4 +/confdefs.h +/config.status +/config.cache +/config.log +/configure +/config.h +/config.h.in +/libtool +/.deps +/stamp-h1 +/stamp-h +/stamp-h.in +/generated_list +/missing +/autom4te.cache +/buildmk.stamp +/Debug +/Release Added: xdebug/tags/XDEBUG_2_0_0beta2/tests/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_0beta2/tests/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_0beta2/tests/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,7 @@ +/*.diff +/*.log +/*.out +/*.exp +/*.php +/*.swp +/phpt.* Added: xdebug/tags/XDEBUG_2_0_0beta5/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_0beta5/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_0beta5/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,49 @@ +/.deps +/Makefile +/*.lo +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/tags/XDEBUG_2_0_0beta5/debugclient/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_0beta5/debugclient/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_0beta5/debugclient/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,24 @@ +/debugclient +/dmalloc.debug +/malloc.debug +/Makefile +/Makefile.in +/aclocal.m4 +/confdefs.h +/config.status +/config.cache +/config.log +/configure +/config.h +/config.h.in +/libtool +/.deps +/stamp-h1 +/stamp-h +/stamp-h.in +/generated_list +/missing +/autom4te.cache +/buildmk.stamp +/Debug +/Release Added: xdebug/tags/XDEBUG_2_0_0beta5/tests/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_0beta5/tests/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_0beta5/tests/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,7 @@ +/*.diff +/*.log +/*.out +/*.exp +/*.swp +/*.php +/phpt.* Added: xdebug/tags/XDEBUG_2_0_0beta6/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_0beta6/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_0beta6/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/tags/XDEBUG_2_0_0beta6/debugclient/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_0beta6/debugclient/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_0beta6/debugclient/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,24 @@ +/debugclient +/dmalloc.debug +/malloc.debug +/Makefile +/Makefile.in +/aclocal.m4 +/confdefs.h +/config.status +/config.cache +/config.log +/configure +/config.h +/config.h.in +/libtool +/.deps +/stamp-h1 +/stamp-h +/stamp-h.in +/generated_list +/missing +/autom4te.cache +/buildmk.stamp +/Debug +/Release Added: xdebug/tags/XDEBUG_2_0_0beta6/tests/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_0beta6/tests/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_0beta6/tests/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,7 @@ +/*.diff +/*.log +/*.out +/*.exp +/*.swp +/*.php +/phpt.* Added: xdebug/tags/XDEBUG_2_0_1/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_1/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_1/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/tags/XDEBUG_2_0_1/debugclient/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_1/debugclient/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_1/debugclient/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,24 @@ +/debugclient +/dmalloc.debug +/malloc.debug +/Makefile +/Makefile.in +/aclocal.m4 +/confdefs.h +/config.status +/config.cache +/config.log +/configure +/config.h +/config.h.in +/libtool +/.deps +/stamp-h1 +/stamp-h +/stamp-h.in +/generated_list +/missing +/autom4te.cache +/buildmk.stamp +/Debug +/Release Added: xdebug/tags/XDEBUG_2_0_1/tests/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_1/tests/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_1/tests/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,8 @@ +/*.diff +/*.mem +/*.log +/*.out +/*.exp +/*.swp +/*.php +/phpt.* Added: xdebug/tags/XDEBUG_2_0_2/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_2/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_2/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/tags/XDEBUG_2_0_2/debugclient/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_2/debugclient/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_2/debugclient/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,24 @@ +/debugclient +/dmalloc.debug +/malloc.debug +/Makefile +/Makefile.in +/aclocal.m4 +/confdefs.h +/config.status +/config.cache +/config.log +/configure +/config.h +/config.h.in +/libtool +/.deps +/stamp-h1 +/stamp-h +/stamp-h.in +/generated_list +/missing +/autom4te.cache +/buildmk.stamp +/Debug +/Release Added: xdebug/tags/XDEBUG_2_0_2/tests/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_2/tests/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_2/tests/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,8 @@ +/*.diff +/*.mem +/*.log +/*.out +/*.exp +/*.swp +/*.php +/phpt.* Added: xdebug/tags/XDEBUG_2_0_3/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_3/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_3/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/tags/XDEBUG_2_0_3/debugclient/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_3/debugclient/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_3/debugclient/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,24 @@ +/debugclient +/dmalloc.debug +/malloc.debug +/Makefile +/Makefile.in +/aclocal.m4 +/confdefs.h +/config.status +/config.cache +/config.log +/configure +/config.h +/config.h.in +/libtool +/.deps +/stamp-h1 +/stamp-h +/stamp-h.in +/generated_list +/missing +/autom4te.cache +/buildmk.stamp +/Debug +/Release Added: xdebug/tags/XDEBUG_2_0_3/tests/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_3/tests/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_3/tests/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,8 @@ +/*.diff +/*.mem +/*.log +/*.out +/*.exp +/*.swp +/*.php +/phpt.* Added: xdebug/tags/XDEBUG_2_0_4/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_4/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_4/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/tags/XDEBUG_2_0_4/debugclient/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_4/debugclient/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_4/debugclient/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,24 @@ +/debugclient +/dmalloc.debug +/malloc.debug +/Makefile +/Makefile.in +/aclocal.m4 +/confdefs.h +/config.status +/config.cache +/config.log +/configure +/config.h +/config.h.in +/libtool +/.deps +/stamp-h1 +/stamp-h +/stamp-h.in +/generated_list +/missing +/autom4te.cache +/buildmk.stamp +/Debug +/Release Added: xdebug/tags/XDEBUG_2_0_4/tests/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_4/tests/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_4/tests/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,8 @@ +/*.diff +/*.mem +/*.log +/*.out +/*.exp +/*.swp +/*.php +/phpt.* Added: xdebug/tags/XDEBUG_2_0_5/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_5/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_5/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/tags/XDEBUG_2_0_5/debugclient/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_5/debugclient/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_5/debugclient/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,24 @@ +/debugclient +/dmalloc.debug +/malloc.debug +/Makefile +/Makefile.in +/aclocal.m4 +/confdefs.h +/config.status +/config.cache +/config.log +/configure +/config.h +/config.h.in +/libtool +/.deps +/stamp-h1 +/stamp-h +/stamp-h.in +/generated_list +/missing +/autom4te.cache +/buildmk.stamp +/Debug +/Release Added: xdebug/tags/XDEBUG_2_0_5/tests/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_0_5/tests/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_0_5/tests/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,8 @@ +/*.diff +/*.mem +/*.log +/*.out +/*.exp +/*.swp +/*.php +/phpt.* Added: xdebug/tags/XDEBUG_2_1_0/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_1_0/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_1_0/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/tags/XDEBUG_2_1_0/debugclient/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_1_0/debugclient/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_1_0/debugclient/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,24 @@ +/debugclient +/dmalloc.debug +/malloc.debug +/Makefile +/Makefile.in +/aclocal.m4 +/confdefs.h +/config.status +/config.cache +/config.log +/configure +/config.h +/config.h.in +/libtool +/.deps +/stamp-h1 +/stamp-h +/stamp-h.in +/generated_list +/missing +/autom4te.cache +/buildmk.stamp +/Debug +/Release Added: xdebug/tags/XDEBUG_2_1_0/tests/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_1_0/tests/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_1_0/tests/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,8 @@ +/*.diff +/*.mem +/*.log +/*.out +/*.exp +/*.swp +/*.php +/phpt.* Added: xdebug/tags/XDEBUG_2_1_0beta1/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_1_0beta1/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_1_0beta1/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/tags/XDEBUG_2_1_0beta1/debugclient/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_1_0beta1/debugclient/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_1_0beta1/debugclient/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,24 @@ +/debugclient +/dmalloc.debug +/malloc.debug +/Makefile +/Makefile.in +/aclocal.m4 +/confdefs.h +/config.status +/config.cache +/config.log +/configure +/config.h +/config.h.in +/libtool +/.deps +/stamp-h1 +/stamp-h +/stamp-h.in +/generated_list +/missing +/autom4te.cache +/buildmk.stamp +/Debug +/Release Added: xdebug/tags/XDEBUG_2_1_0beta1/tests/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_1_0beta1/tests/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_1_0beta1/tests/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,8 @@ +/*.diff +/*.mem +/*.log +/*.out +/*.exp +/*.swp +/*.php +/phpt.* Added: xdebug/tags/XDEBUG_2_1_0beta2/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_1_0beta2/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_1_0beta2/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/tags/XDEBUG_2_1_0beta2/debugclient/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_1_0beta2/debugclient/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_1_0beta2/debugclient/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,24 @@ +/debugclient +/dmalloc.debug +/malloc.debug +/Makefile +/Makefile.in +/aclocal.m4 +/confdefs.h +/config.status +/config.cache +/config.log +/configure +/config.h +/config.h.in +/libtool +/.deps +/stamp-h1 +/stamp-h +/stamp-h.in +/generated_list +/missing +/autom4te.cache +/buildmk.stamp +/Debug +/Release Added: xdebug/tags/XDEBUG_2_1_0beta2/tests/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_1_0beta2/tests/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_1_0beta2/tests/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,8 @@ +/*.diff +/*.mem +/*.log +/*.out +/*.exp +/*.swp +/*.php +/phpt.* Added: xdebug/tags/XDEBUG_2_1_0beta3/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_1_0beta3/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_1_0beta3/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,50 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php Added: xdebug/tags/XDEBUG_2_1_0beta3/debugclient/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_1_0beta3/debugclient/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_1_0beta3/debugclient/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,24 @@ +/debugclient +/dmalloc.debug +/malloc.debug +/Makefile +/Makefile.in +/aclocal.m4 +/confdefs.h +/config.status +/config.cache +/config.log +/configure +/config.h +/config.h.in +/libtool +/.deps +/stamp-h1 +/stamp-h +/stamp-h.in +/generated_list +/missing +/autom4te.cache +/buildmk.stamp +/Debug +/Release Added: xdebug/tags/XDEBUG_2_1_0beta3/tests/.gitignore =================================================================== --- xdebug/tags/XDEBUG_2_1_0beta3/tests/.gitignore (rev 0) +++ xdebug/tags/XDEBUG_2_1_0beta3/tests/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,8 @@ +/*.diff +/*.mem +/*.log +/*.out +/*.exp +/*.swp +/*.php +/phpt.* Added: xdebug/tags/start/.gitignore =================================================================== --- xdebug/tags/start/.gitignore (rev 0) +++ xdebug/tags/start/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,24 @@ +/.deps +/Makefile +/*.lo +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.global +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk Added: xdebug/trunk/.gitignore =================================================================== --- xdebug/trunk/.gitignore (rev 0) +++ xdebug/trunk/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,51 @@ +/.deps +/Makefile +/*.lo +/*.loT +/*.slo +/*.mk +/*.la +/.libs +/libs.mk +/ac*.m4 +/build +/config.h +/config.h.in +/config.nice +/config.sub +/configure +/configure.in +/config.status +/config.cache +/conftest +/conftest.c +/core +/dynlib.m4 +/install-sh +/ltmain.sh +/include +/Makefile.fragments +/Makefile.global +/Makefile.objects +/missing +/mkinstalldirs +/modules +/scan_makefile_in.awk +/config.guess +/*swp +/config.log +/libtool +/Debug +/Release +/Debug_TS +/Release_TS +/*.plg +/*.patch +/*.tgz +/*.ncb +/*.opt +/*.dsw +/autom4te.cache +/run-tests-config.php +/run-tests.php +/tmp-php.ini Added: xdebug/trunk/debugclient/.gitignore =================================================================== --- xdebug/trunk/debugclient/.gitignore (rev 0) +++ xdebug/trunk/debugclient/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,24 @@ +/debugclient +/dmalloc.debug +/malloc.debug +/Makefile +/Makefile.in +/aclocal.m4 +/confdefs.h +/config.status +/config.cache +/config.log +/configure +/config.h +/config.h.in +/libtool +/.deps +/stamp-h1 +/stamp-h +/stamp-h.in +/generated_list +/missing +/autom4te.cache +/buildmk.stamp +/Debug +/Release Added: xdebug/trunk/tests/.gitignore =================================================================== --- xdebug/trunk/tests/.gitignore (rev 0) +++ xdebug/trunk/tests/.gitignore 2011-02-21 22:13:22 UTC (rev 3400) @@ -0,0 +1,9 @@ +/*.diff +/*.mem +/*.log +/*.out +/*.exp +/*.swp +/*.php +/*.sh +/phpt.*