-
Notifications
You must be signed in to change notification settings - Fork 2
/
.gitignore
43 lines (37 loc) · 1.17 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
# [[[ EXCLUDE ALL AUTOMATICALLY-GENERATED FILES FROM GIT ]]]
# v0.120_000
# [ Git ]
# .gitignore is not auto-generated, do not exclude self
# [ Inline Build ]
# NEED UPDATE, CORRELATION #mp005: list of _Inline directories to delete/exclude in Makefile.PL, .gitignore, and MANIFEST.SKIP
/_Inline/
/lib/_Inline/
/script/_Inline/
/script/development/_Inline/
/script/development/unused/_Inline/
/t/_Inline/
# [ CPAN Build & Distribution ]
# NEED UPDATE, CORRELATION #mp006: list of CPAN files & directories to delete/exclude in Makefile.PL, .gitignore, and MANIFEST.SKIP
# MANIFEST.SKIP is not auto-generated, do not exclude
# META.* are required for build dependencies, do not exclude, git only
/MANIFEST
/MANIFEST.bak
#/META.*
/MYMETA.*
/Makefile
/Makefile.old
/blib/
/pm_to_blib
/MathPerl-*/
# exclude tarballs generated by `make dist` if not moved to backup/ directory
/MathPerl-*.tar.gz
/MakeMaker-*
# [ NEED FIX: Unknown Files ]
/out
# [ POD ]
/pod2htmd.tmp
# [ MathPerl Compile ]
# NEED UPDATE, CORRELATION #mp013: list of MathPerl build files & directories to delete/exclude in Makefile.PL, .gitignore, and MANIFEST.SKIP
/lib/MathPerl/FOO.pmc
/lib/MathPerl/FOO.h
/lib/MathPerl/FOO.cpp