Update of /cvsroot/super-tux/supertux
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1691
Modified Files:
.cvsignore
Log Message:
Added .sconsign files to the CVS 'blacklist'.
.sconsign files are created by the SCons build utility (See http://www.scons.org/ for further details)
Index: .cvsignore
===================================================================
RCS file: /cvsroot/super-tux/supertux/.cvsignore,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -d -r1.5 -r1.6
--- .cvsignore 7 Nov 2004 23:02:40 -0000 1.5
+++ .cvsignore 16 Nov 2004 11:55:15 -0000 1.6
@@ -17,3 +17,4 @@
libtool
.project
.cdtproject
+.sconsign
|