PERL CVS PARROT 19 CVS COMMIT PARROT T CVSIGNORE
Date: 23 Feb 2005 23:10:47 -0000

Subject: cvs commit: parrot/t .cvsignore
From: bernhard@no-spam (Bernhard Schmalhofer)

cvsuser 05/02/23 15:10:47

Modified: examples/assembly .cvsignore Added: examples/assembly hello.pasm t .cvsignore Log:
Added 'examples/assembly/hello.pasm' for 'make hello'.
Added 't/.cvsignore' for hiding temp files created by 't/benchmarks.t'
Revision Changes Path 1.3 +1 -0 parrot/examples/assembly/.cvsignore Index: .cvsignore ===================================================================
RCS file: /cvs/public/parrot/examples/assembly/.cvsignore,v retrieving revision 1.2
retrieving revision 1.3
diff -u -r1.2 -r1.3
--- .cvsignore 28 Dec 2001 04:56:04 -0000 1.2
+++ .cvsignore 23 Feb 2005 23:10:42 -0000 1.3
@@no-spam -1,3 +1,4 @@no-spam *.pbc +hello mops.c mops 1.1 parrot/examples/assembly/hello.pasm Index: hello.pasm ===================================================================
# $Id: hello.pasm,v 1.1 2005/02/23 23:10:42 bernhard Exp $
print "Hello World\n"
end 1.4 +2 -5 parrot/t/.cvsignore