Update of /cvsroot/wxlua/wxLua
In directory vz-cvs-4.sog:/tmp/cvs-serv15709
Modified Files:
.cvsignore
Log Message:
Also ignore *.d for gcc
Index: .cvsignore
===================================================================
RCS file: /cvsroot/wxlua/wxLua/.cvsignore,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** .cvsignore 20 Nov 2005 11:40:15 -0000 1.1
--- .cvsignore 30 Apr 2011 19:26:39 -0000 1.2
***************
*** 3,4 ****
--- 3,6 ----
bk-deps
*.o
+ *.d
+
|