[svn:parrot] r46407 - trunk
darbelo at svn.parrot.org
darbelo at svn.parrot.org
Sat May 8 12:31:39 UTC 2010
Author: darbelo
Date: Sat May 8 12:31:38 2010
New Revision: 46407
URL: https://trac.parrot.org/parrot/changeset/46407
Log:
Update .gitignore.
Modified:
trunk/.gitignore
Modified: trunk/.gitignore
==============================================================================
--- trunk/.gitignore Sat May 8 12:29:18 2010 (r46406)
+++ trunk/.gitignore Sat May 8 12:31:38 2010 (r46407)
@@ -1,6 +1,6 @@
# ex: set ro:
# $Id$
-# generated by tools/dev/mk_gitignore.pl Sat Apr 24 05:11:34 2010 UT
+# generated by tools/dev/mk_gitignore.pl Sat May 8 12:30:31 2010 UT
#
# This file should contain a transcript of the svn:ignore properties
# of the directories in the Parrot subversion repository.
@@ -129,6 +129,7 @@
# generated from svn:ignore of 'docs/'
/docs/*.tmp
/docs/Makefile
+/docs/build
/docs/doc-prep
/docs/html
/docs/packfile-c.pod
@@ -289,6 +290,8 @@
/runtime/parrot/library/OpenGL_funcs.pir
/runtime/parrot/library/PAST
/runtime/parrot/library/config.pir
+# generated from svn:ignore of 'runtime/parrot/library/Archive/'
+/runtime/parrot/library/Archive/*.pbc
# generated from svn:ignore of 'runtime/parrot/library/CGI/'
/runtime/parrot/library/CGI/*.pbc
# generated from svn:ignore of 'runtime/parrot/library/Config/'
@@ -397,6 +400,7 @@
/src/dynpmc/*.h
/src/dynpmc/*.ilk
/src/dynpmc/*.lib
+/src/dynpmc/*.mak
/src/dynpmc/*.manifest
/src/dynpmc/*.o
/src/dynpmc/*.obj
More information about the parrot-commits
mailing list