Skip to content

Commit

Permalink
Update MANIFEST.
Browse files Browse the repository at this point in the history
  • Loading branch information
jkeenan committed Mar 24, 2013
1 parent b685611 commit ddb7b3f
Show file tree
Hide file tree
Showing 2 changed files with 33 additions and 1 deletion.
4 changes: 3 additions & 1 deletion MANIFEST
Expand Up @@ -505,8 +505,10 @@ examples/benchmarks/primes2.rb [examples]
examples/benchmarks/primes2_i.pir [examples]
examples/benchmarks/primes_i.pasm [examples]
examples/benchmarks/rand.pir [examples]
examples/benchmarks/sort.pir [examples]
examples/benchmarks/sort_ffa.pir [examples]
examples/benchmarks/sort_fia.pir [examples]
examples/benchmarks/sort_rfa.pir [examples]
examples/benchmarks/sort_ria.pir [examples]
examples/benchmarks/stress.pasm [examples]
examples/benchmarks/stress.pl [examples]
examples/benchmarks/stress.rb [examples]
Expand Down
30 changes: 30 additions & 0 deletions MANIFEST.SKIP
Expand Up @@ -16,6 +16,12 @@
^/
^.*\.diff$
^.*\.diff/
^.*\.gcda$
^.*\.gcda/
^.*\.gcno$
^.*\.gcno/
^.*\.gcov$
^.*\.gcov/
^.*\.obj$
^.*\.obj/
^.*\.orig$
Expand All @@ -28,6 +34,8 @@
^.*\.rej/
^.*\.res$
^.*\.res/
^.*~$
^.*~/
^/.*/.*/.*/.*\.sw?$
^/.*/.*/.*/.*\.sw?/
^/.*/.*/.*\.sw?$
Expand Down Expand Up @@ -1034,6 +1042,28 @@
^cachegrind\.out\..*/
^callgrind\.out\..*$
^callgrind\.out\..*/
^compilers-.*\.html$
^compilers-.*\.html/
^cover\.13$
^cover\.13/
^cover\.css$
^cover\.css/
^coverage\.html$
^coverage\.html/
^frontend-parrot2-prt0-pbc-c\.html$
^frontend-parrot2-prt0-pbc-c\.html/
^include-parrot-pointer_array-h\.html$
^include-parrot-pointer_array-h\.html/
^ops2c-c\.html$
^ops2c-c\.html/
^parrot-nqp-c\.html$
^parrot-nqp-c\.html/
^pbc_to_exe-c\.html$
^pbc_to_exe-c\.html/
^src-.*\.html$
^src-.*\.html/
^winxed-c\.html$
^winxed-c\.html/
# Local variables:
# mode: text
# buffer-read-only: t
Expand Down

0 comments on commit ddb7b3f

Please sign in to comment.