ooo-build r10533 - in trunk: . bin



Author: jholesovsky
Date: 2007-10-18 22:00:44 +0100 (Thu, 18 Oct 2007)
New Revision: 10533
ViewCVS link: http://svn.gnome.org/viewcvs/ooo-build?rev=10533&view=rev

Added:
   trunk/bin/create-gitignores.sh
Modified:
   trunk/ChangeLog
Log:
2007-10-18  Jan Holesovsky  <kendy suse cz>

        * bin/create-gitignores.sh: For those using git locally, this creates
          .gitignore files in the OOo source tree so that the generated
          files/dirs do not distract the 'real' commits.  The recommended
          creation of the local git tree now is:
          make patch.apply
          cd build/<milestone>
          git init
          ../../bin/create-gitignores.sh
          git add .
          git commit





[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]