[R-gregmisc-users] SF.net SVN: r-gregmisc:[1614] trunk/namespace/.Rinstignore
Brought to you by:
warnes
From: <wa...@us...> - 2012-09-19 17:15:51
|
Revision: 1614 http://r-gregmisc.svn.sourceforge.net/r-gregmisc/?rev=1614&view=rev Author: warnes Date: 2012-09-19 17:15:45 +0000 (Wed, 19 Sep 2012) Log Message: ----------- Tell R CMD BUILD to ignore Emacs temporary files. Modified Paths: -------------- trunk/namespace/.Rinstignore Modified: trunk/namespace/.Rinstignore =================================================================== --- trunk/namespace/.Rinstignore 2012-09-19 17:05:48 UTC (rev 1613) +++ trunk/namespace/.Rinstignore 2012-09-19 17:15:45 UTC (rev 1614) @@ -1,4 +1,5 @@ doc/.*\.tex$ doc/.*\.sty$ doc/.*\.dtx$ -\.svn \ No newline at end of file +\.svn +.*~$ \ No newline at end of file This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |