summaryrefslogtreecommitdiffstats
path: root/MANIFEST.SKIP
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2014-12-04 19:25:14 +0100
committerDavid Lawrence <dkl@mozilla.com>2014-12-04 19:25:14 +0100
commit57c99986924bfebb7ad044ec1753220d1ff243cc (patch)
treef949f983c279b98b6157335733e778a00aa89d70 /MANIFEST.SKIP
parent1aa5e76d25f0eb1d9d59909b486d9549458c95f0 (diff)
downloadbugzilla-57c99986924bfebb7ad044ec1753220d1ff243cc.tar.gz
bugzilla-57c99986924bfebb7ad044ec1753220d1ff243cc.tar.xz
Bug 1107275: Include Build.PL file for bmo/4.2 to install Perl dependencies (useful for Travis CI, etc.)
Diffstat (limited to 'MANIFEST.SKIP')
-rw-r--r--MANIFEST.SKIP53
1 files changed, 53 insertions, 0 deletions
diff --git a/MANIFEST.SKIP b/MANIFEST.SKIP
new file mode 100644
index 000000000..69204e63f
--- /dev/null
+++ b/MANIFEST.SKIP
@@ -0,0 +1,53 @@
+# This Source Code Form is subject to the terms of the Mozilla Public
+# License, v. 2.0. If a copy of the MPL was not distributed with this
+# file, You can obtain one at http://mozilla.org/MPL/2.0/.
+#
+# This Source Code Form is "Incompatible With Secondary Licenses", as
+# defined by the Mozilla Public License, v. 2.0.
+
+#!start included /usr/share/perl5/ExtUtils/MANIFEST.SKIP
+# Avoid version control files.
+\B\.git\b
+\B\.bzr\b
+\B\.bzrignore\b
+\B\.gitignore\b
+\B\.gitrev\b
+\B\.patch\b
+
+# Avoid Makemaker generated and utility files.
+\bMANIFEST\.bak
+\bMakefile$
+\bblib/
+\bMakeMaker-\d
+\bpm_to_blib\.ts$
+\bpm_to_blib$
+\bblibdirs\.ts$ # 6.18 through 6.25 generated this
+
+# Avoid Module::Build generated and utility files.
+\bBuild$
+\b_build/
+
+# Avoid temp and backup files.
+~$
+\.old$
+\#$
+\b\.#
+\.bak$
+\.swp$
+
+#!end included /usr/share/perl5/ExtUtils/MANIFEST.SKIP
+
+# Avoid Module::Build generated and utility files.
+\bBuild$
+\bBuild.bat$
+\b_build
+\bBuild.COM$
+\bBUILD.COM$
+\bbuild.com$
+
+# Avoid archives of this distribution
+\bBugzilla-[\d\.\_]+
+
+# Bugzilla specific avoids
+\bdata\/\b
+\blocalconfig$