svn commit: r790247 - /ofbiz/trunk/debian/move-files.pl

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
1 message Options
Reply | Threaded
Open this post in threaded view
|

svn commit: r790247 - /ofbiz/trunk/debian/move-files.pl

doogie-3
Author: doogie
Date: Wed Jul  1 16:16:16 2009
New Revision: 790247

URL: http://svn.apache.org/viewvc?rev=790247&view=rev
Log:
Ignore .gitignore too.

Modified:
    ofbiz/trunk/debian/move-files.pl

Modified: ofbiz/trunk/debian/move-files.pl
URL: http://svn.apache.org/viewvc/ofbiz/trunk/debian/move-files.pl?rev=790247&r1=790246&r2=790247&view=diff
==============================================================================
--- ofbiz/trunk/debian/move-files.pl (original)
+++ ofbiz/trunk/debian/move-files.pl Wed Jul  1 16:16:16 2009
@@ -90,7 +90,7 @@
 }
 system('rm', '-rf', 'debian/ofbiz', 'debian/ofbiz-specialpurpose');
 
-open(FIND, '-|', qw(find -not -path */.git/* -printf %P\0)) || die("Couldn't run find");
+open(FIND, '-|', qw(find -not -path */.git/* -not -name .gitignore -printf %P\0)) || die("Couldn't run find");
 $/ = "\0";
 while (<FIND>) {
  chomp;