forked from wbraswell/rperl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
MANIFEST.SKIP
94 lines (86 loc) · 2.91 KB
/
MANIFEST.SKIP
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
# [[[ EXCLUDE ALL GIT, UNUSED, AND AUTOMATICALLY-GENERATED FILES FROM CPAN ]]]
# v0.120_000
# [ Git & Travis-CI & AppVeyor ]
^\.git
^\.gitignore$
^\.gitlab-ci\.yml$
^\.travis\.yml$
^appveyor\.yml$
# [ Inline Build ]
# NEED UPDATE, CORRELATION #rp005: list of _Inline directories to delete/exclude in Makefile.PL, .gitignore, and MANIFEST.SKIP
^_Inline
^lib\/_Inline
^lib\/RPerl\/Algorithm\/Sort\/_Inline
^script\/_Inline
^script\/development\/_Inline
^script\/development\/unused\/_Inline
^t\/_Inline
^lib\/RPerl\/Test\/OperationsTypesReporting\/_Inline
^lib\/RPerl\/Test\/Module\/_Inline
^lib\/RPerl\/Test\/Properties\/_Inline
^lib\/RPerl\/Test\/Type_Types\/_Inline
^lib\/RPerl\/Operation\/Statement\/_Inline
^lib\/RPerl\/DataStructure\/Array\/_Inline
^lib\/RPerl\/_Inline
^lib\/RPerl\/CompileUnit\/_Inline
^lib\/RPerl\/DataType\/_Inline
^lib\/RPerl\/Operation\/Expression\/Operator\/_Inline
# [ CPAN Build & Distribution ]
# NEED UPDATE, CORRELATION #rp006: list of CPAN files & directories to delete/exclude in Makefile.PL, .gitignore, and MANIFEST.SKIP
# MANIFEST.SKIP is not auto-generated, but should not be distributed to end users
^MANIFEST\.SKIP$
# MANIFEST is needed by CPAN, do not exclude
^MANIFEST\.bak$
# META.yml & META.json are needed by CPAN, do not exclude
^MYMETA\.
^Makefile$
^Makefile\.old
^blib
^pm_to_blib
^MakeMaker-
# [ Temporary Files, Ending With Tilde ~ Or swp ]
~$
swp$
# [ POD ]
^pod2htmd\.tmp$
# [ RPerl Archives ]
^backup
^RPerl-
# [ RPerl Unused ]
^lib\/RPerl\/3rd_party_debugging
^script\/3rd_party_debugging
^script\/development\/unused
^docs\/compiler_oracle
# [ RPerl Compile ]
# NEED UPDATE, CORRELATION #rp013: list of RPerl build files & directories to delete/exclude in Makefile.PL, .gitignore, and MANIFEST.SKIP
^lib\/RPerl\/Algorithm\.pmc$
^lib\/RPerl\/Algorithm\.h$
^lib\/RPerl\/Algorithm\.cpp$
^lib\/RPerl\/Algorithm\/Sort\.pmc$
^lib\/RPerl\/Algorithm\/Sort\.h$
^lib\/RPerl\/Algorithm\/Sort\.cpp$
^lib\/RPerl\/Algorithm\/Inefficient\.pmc$
^lib\/RPerl\/Algorithm\/Inefficient\.h$
^lib\/RPerl\/Algorithm\/Inefficient\.cpp$
^lib\/RPerl\/Algorithm\/Sort\/Bubble\.pmc$
^lib\/RPerl\/Algorithm\/Sort\/Bubble\.h$
^lib\/RPerl\/Algorithm\/Sort\/Bubble\.cpp$
^lib\/RPerl\/Test\.pmc$
^lib\/RPerl\/Test\.h$
^lib\/RPerl\/Test\.cpp$
^lib\/RPerl\/Test\/Fu\.pmc$
^lib\/RPerl\/Test\/Foo\.pmc$
^lib\/RPerl\/Test\/Foo\.h$
^lib\/RPerl\/Test\/Foo\.cpp$
^lib\/RPerl\/Test\/OO\/oo01_good__compile\.sh$
^lib\/RPerl\/Test\/Subclass\/MySubclasserA_Good\.pmc$
^lib\/RPerl\/Test\/Subclass\/MySubclasserA_Good\.h$
^lib\/RPerl\/Test\/Subclass\/MySubclasserA_Good\.cpp$
^lib\/RPerl\/Test\/Subclass\/MySubclasserB_Good\.pmc$
^lib\/RPerl\/Test\/Subclass\/MySubclasserB_Good\.h$
^lib\/RPerl\/Test\/Subclass\/MySubclasserB_Good\.cpp$
^lib\/RPerl\/Test\/Subclass\/MySubclasserCDE_Good\.pmc$
^lib\/RPerl\/Test\/Subclass\/MySubclasserCDE_Good\.h$
^lib\/RPerl\/Test\/Subclass\/MySubclasserCDE_Good\.cpp$
^lib\/rperltypes_mode\.h\.orig$
^lib\/rperltypes_mode\.h\.swap$