Changeset 11344 for MANIFEST.SKIP
- Timestamp:
- 07/09/06 07:45:02 (3 years ago)
- svk:copy_cache_prev:
- 15282
- Files:
-
- 1 modified
-
MANIFEST.SKIP (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
MANIFEST.SKIP
r11336 r11344 1 #defaults 1 ^_darcs/ 2 2 ^\.hsproject 3 3 ^\.project 4 4 ^\.settings 5 ^blibdirs 6 ^config.yml$ 7 ^DrIFT 8 ^etc/ 9 ^MANIFEST.bak$ 5 10 ^pugs 11 ^Setup(?!\.lhs) 6 12 ^tags 7 13 ^throw_away 8 ^MANIFEST.bak$ 9 Makefile$ 10 Makefile.old$ 11 ^_darcs/ 14 .hs-drift$ 15 \.DS_Store$ 16 \.hi$ 17 \.o.*$ 18 \.svn 19 \.sw\w$ 12 20 \bblib/ 13 21 \bblib6/ 14 ^etc/ 15 ^config.yml$ 22 #defaults 23 Makefile.old$ 24 Makefile$ 16 25 pm_to_blib$ 17 ^blibdirs18 \.sw\w$19 \.hi$20 \.o.*$21 26 pugs_config\.h 22 27 pugs_version\.h 23 \.svn 24 \.DS_Store$ 28 src/Config.hs$ 25 29 src/gen_prelude(?!\.hs)$ 26 src/ Config.hs$30 src/pugs_version\.h$ 27 31 src/Pugs/Prelude.hs$ 28 src/pugs_version\.h$29 32 svn-commit\.tmp$ 30 ^debian/31 ^t/builtins/system/32 ^third-party/HsJudy33 ^third-party/judy34 ^third-party/TextRegexLazy35 ^Setup(?!\.lhs)36 ^DrIFT37 ^throw_away/38 .hs-drift$39 ^perl5/Data-Bind/40 ^perl5/Module-Compile/41 ^perl5/PIL-Run/42 ^perl5/Perl6-Container/43 ^perl5/Perl6-MetaModel/44 ^perl5/Perl6-ObjectSpace/45 ^perl5/Perl6-Value/46 ^perl5/Pugs-Compiler-Rule/47 ^perl5/README48 ^perl5/re-override/49 ^perl5/re-override-PCRE/50 ^docs/Perl6/Makefile.PL
