|
From: Matthew F. <fl...@ml...> - 2006-06-08 19:46:53
|
Add .exe executables to .ignore to be removed by make clean ---------------------------------------------------------------------- U mlton/branches/on-20050822-x86_64-branch/mllex/.ignore U mlton/branches/on-20050822-x86_64-branch/mlnlffigen/.ignore U mlton/branches/on-20050822-x86_64-branch/mlprof/.ignore U mlton/branches/on-20050822-x86_64-branch/mlton/.ignore U mlton/branches/on-20050822-x86_64-branch/mlyacc/.ignore ---------------------------------------------------------------------- Modified: mlton/branches/on-20050822-x86_64-branch/mllex/.ignore =================================================================== --- mlton/branches/on-20050822-x86_64-branch/mllex/.ignore 2006-06-09 00:03:52 UTC (rev 4637) +++ mlton/branches/on-20050822-x86_64-branch/mllex/.ignore 2006-06-09 02:46:52 UTC (rev 4638) @@ -6,6 +6,7 @@ lexgen.log lexgen.toc mllex +mllex.exe mllex.pdf mllex.ps mllex.sml Modified: mlton/branches/on-20050822-x86_64-branch/mlnlffigen/.ignore =================================================================== --- mlton/branches/on-20050822-x86_64-branch/mlnlffigen/.ignore 2006-06-09 00:03:52 UTC (rev 4637) +++ mlton/branches/on-20050822-x86_64-branch/mlnlffigen/.ignore 2006-06-09 02:46:52 UTC (rev 4638) @@ -1,3 +1,4 @@ *.call-graph.dot *.ssa mlnlffigen +mlnlffigen.exe Modified: mlton/branches/on-20050822-x86_64-branch/mlprof/.ignore =================================================================== --- mlton/branches/on-20050822-x86_64-branch/mlprof/.ignore 2006-06-09 00:03:52 UTC (rev 4637) +++ mlton/branches/on-20050822-x86_64-branch/mlprof/.ignore 2006-06-09 02:46:52 UTC (rev 4638) @@ -1,4 +1,5 @@ *.call-graph.dot *.ssa mlprof +mlprof.exe mlprof.sml Modified: mlton/branches/on-20050822-x86_64-branch/mlton/.ignore =================================================================== --- mlton/branches/on-20050822-x86_64-branch/mlton/.ignore 2006-06-09 00:03:52 UTC (rev 4637) +++ mlton/branches/on-20050822-x86_64-branch/mlton/.ignore 2006-06-09 02:46:52 UTC (rev 4638) @@ -1,3 +1,4 @@ mlton-compile +mlton-compile.exe mlton.sml upgrade-basis.sml Modified: mlton/branches/on-20050822-x86_64-branch/mlyacc/.ignore =================================================================== --- mlton/branches/on-20050822-x86_64-branch/mlyacc/.ignore 2006-06-09 00:03:52 UTC (rev 4637) +++ mlton/branches/on-20050822-x86_64-branch/mlyacc/.ignore 2006-06-09 02:46:52 UTC (rev 4638) @@ -1,5 +1,6 @@ *.call-graph.dot *.ssa +mlyacc +mlyacc.exe mlyacc.ps mlyacc.sml -mlyacc |