Update of /cvsroot/super-tux/supertux
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12333
Modified Files:
.cvsignore
Log Message:
Added two lines in .cvsignore to make people (that are as dumb as me) using Eclipse for CVS operations happy:
.project and .cdtproject files are now ignored from cvs commits.
Index: .cvsignore
===================================================================
RCS file: /cvsroot/super-tux/supertux/.cvsignore,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- .cvsignore 18 Aug 2004 00:11:22 -0000 1.3
+++ .cvsignore 8 Oct 2004 14:27:51 -0000 1.4
@@ -13,3 +13,5 @@
Makefile
autom4te.cache
libtool
+.project
+.cdtproject
\ No newline at end of file
|