forked from wbraswell/rperl
-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
78 lines (73 loc) · 2.39 KB
/
.gitignore
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
# [[[ EXCLUDE ALL AUTOMATICALLY-GENERATED FILES FROM GITHUB ]]]
# [ GitHub ]
# .gitignore is not auto-generated, do not exclude self
# [ 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, do not exclude
/MANIFEST
/MANIFEST.bak
/META.*
/MYMETA.*
/Makefile
/Makefile.old
/blib/
/pm_to_blib
/RPerl-*/
# exclude tarballs generated by `make dist` if not moved to backup/ directory
/RPerl-*.tar.gz
/MakeMaker-*
# [ NEED FIX: Unknown Files ]
/out
# [ POD ]
/pod2htmd.tmp
# [ 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/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