Skip to content

Commit

Permalink
re-generate MANIFEST and MANIFEST.SKIP
Browse files Browse the repository at this point in the history
  • Loading branch information
mikehh committed Nov 13, 2010
1 parent 258b1d9 commit 35e413d
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
9 changes: 8 additions & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# ex: set ro:
# $Id$
#
# generated by tools/dev/mk_manifest_and_skip.pl Mon Nov 8 23:04:02 2010 UT
# generated by tools/dev/mk_manifest_and_skip.pl Sat Nov 13 20:07:02 2010 UT
#
# See below for documentation on the format of this file.
#
Expand Down Expand Up @@ -200,6 +201,7 @@ config/auto/gcc.pm []
config/auto/gcc/test_c.in []
config/auto/gettext.pm []
config/auto/gettext/gettext_c.in []
config/auto/git_describe.pm []
config/auto/glibc.pm []
config/auto/glibc/test_c.in []
config/auto/gmp.pm []
Expand Down Expand Up @@ -235,6 +237,7 @@ config/auto/pod2man.pm []
config/auto/readline.pm []
config/auto/readline/readline_c.in []
config/auto/revision.pm []
config/auto/sha1.pm []
config/auto/signal.pm []
config/auto/signal/test1_c.in []
config/auto/signal/test2_c.in []
Expand Down Expand Up @@ -1065,6 +1068,7 @@ lib/Parrot/Docs/Section/Perl.pm [devel]lib
lib/Parrot/Docs/Section/Tests.pm [devel]lib
lib/Parrot/Docs/Section/Tools.pm [devel]lib
lib/Parrot/Docs/Text2HTML.pm [devel]lib
lib/Parrot/Git/Describe.pm [devel]lib
lib/Parrot/H2inc.pm [devel]lib
lib/Parrot/Harness/DefaultTests.pm [devel]lib
lib/Parrot/Harness/Options.pm [devel]lib
Expand Down Expand Up @@ -1098,6 +1102,7 @@ lib/Parrot/Pmc2c/Pmc2cMain.pm [devel]lib
lib/Parrot/Pmc2c/UtilFunctions.pm [devel]lib
lib/Parrot/Pmc2c/VTable.pm [devel]lib
lib/Parrot/Revision.pm [devel]lib
lib/Parrot/SHA1.pm [devel]lib
lib/Parrot/SearchOps.pm [devel]lib
lib/Parrot/Test.pm [devel]lib
lib/Parrot/Test/Harness.pm [devel]lib
Expand Down Expand Up @@ -1640,6 +1645,8 @@ t/configure/050-fatal.t [test]
t/configure/051-fatal_step.t [test]
t/configure/059-silent.t [test]
t/configure/061-revision_from_cache.t [test]
t/configure/062-sha1_to_cache.t [test]
t/configure/063-git_describe_to_cache.t [test]
t/configure/testlib/Make_VERSION_File.pm [test]
t/configure/testlib/Tie/Filehandle/Preempt/Stdin.pm [test]
t/configure/testlib/adefectivefoobar [test]
Expand Down
6 changes: 5 additions & 1 deletion MANIFEST.SKIP
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ex: set ro:
# $Id$
# generated by tools/dev/mk_manifest_and_skip.pl Tue Nov 9 16:28:43 2010 UT
# generated by tools/dev/mk_manifest_and_skip.pl Sat Nov 13 20:07:02 2010 UT
#
# This file should contain a transcript of the svn:ignore properties
# of the directories in the Parrot subversion repository. (Needed for
Expand Down Expand Up @@ -60,8 +60,12 @@
^TAGS/
^\.git$
^\.git/
^\.parrot_current_git_describe$
^\.parrot_current_git_describe/
^\.parrot_current_rev$
^\.parrot_current_rev/
^\.parrot_current_sha1$
^\.parrot_current_sha1/
^\B\.svn\b$
^\B\.svn\b/
^all_cstring\.str$
Expand Down

0 comments on commit 35e413d

Please sign in to comment.