Skip to content

Commit

Permalink
[cage] update MANIFEST{,.SKIP}, .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Oct 26, 2014
1 parent 8582abb commit 3fce217
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -397,6 +397,7 @@ winxed-c.html
/t/compilers/data_json/*_pbcexe
/t/compilers/imcc/*.pbc
/t/compilers/imcc/imcpasm/*.pir
/t/compilers/imcc/imcpasm/*.pbc
/t/compilers/imcc/reg/*.pasm
/t/compilers/imcc/reg/*.pbc
/t/compilers/imcc/reg/*.pir
Expand Down
8 changes: 7 additions & 1 deletion MANIFEST
Original file line number Diff line number Diff line change
Expand Up @@ -1540,6 +1540,12 @@ t/codingstd/tabs.t [test]
t/codingstd/trailing_space.t [test]
t/compilers/data_json/from_parrot.t [test]
t/compilers/data_json/to_parrot.t [test]
t/compilers/imcc/imcpasm/cfg.t [test]
t/compilers/imcc/imcpasm/opt0.t [test]
t/compilers/imcc/imcpasm/opt1.t [test]
t/compilers/imcc/imcpasm/opt2.t [test]
t/compilers/imcc/imcpasm/optc.t [test]
t/compilers/imcc/imcpasm/pcc.t [test]
t/compilers/imcc/reg/alloc.t [test]
t/compilers/imcc/reg/spill.t [test]
t/compilers/imcc/reg/spill_old.t [test]
Expand Down Expand Up @@ -1787,8 +1793,8 @@ t/native_pbc/number_4_8_be.pbc [test]
t/native_pbc/number_4_8_le.pbc [test]
t/native_pbc/number_8_16_be.pbc [test]
t/native_pbc/number_8_16_le.pbc [test]
t/native_pbc/number_8_8_le.pbc [test]
t/native_pbc/number_8_8_be.pbc [test]
t/native_pbc/number_8_8_le.pbc [test]
t/native_pbc/string.t [test]
t/native_pbc/string_4_be.pbc [test]
t/native_pbc/string_4_le.pbc [test]
Expand Down
4 changes: 4 additions & 0 deletions MANIFEST.SKIP
Original file line number Diff line number Diff line change
Expand Up @@ -852,6 +852,10 @@
^/t/compilers/data_json/.*_pbcexe/
^/t/compilers/imcc/.*\.pbc$
^/t/compilers/imcc/.*\.pbc/
^/t/compilers/imcc/imcpasm/.*\.pbc$
^/t/compilers/imcc/imcpasm/.*\.pbc/
^/t/compilers/imcc/imcpasm/.*\.pir$
^/t/compilers/imcc/imcpasm/.*\.pir/
^/t/compilers/imcc/reg/.*\.pasm$
^/t/compilers/imcc/reg/.*\.pasm/
^/t/compilers/imcc/reg/.*\.pbc$
Expand Down

0 comments on commit 3fce217

Please sign in to comment.