summaryrefslogtreecommitdiffstats
path: root/MANIFEST.SKIP
diff options
context:
space:
mode:
authorDavid Lawrence <dkl@mozilla.com>2014-05-01 22:56:44 +0200
committerDavid Lawrence <dkl@mozilla.com>2014-05-01 22:56:44 +0200
commitafa70050adcf4f8c582dac4d8dbc4ce9c2500dff (patch)
tree26f3c8f515dc3cec5445e4b43cde138d1803d90c /MANIFEST.SKIP
parent39412f01810dceff5ff92e6ffab03fb35ad71e7b (diff)
downloadbugzilla-afa70050adcf4f8c582dac4d8dbc4ce9c2500dff.tar.gz
bugzilla-afa70050adcf4f8c582dac4d8dbc4ce9c2500dff.tar.xz
Bug 995209 - Create a Build.PL script using Module::Build for testing/installing/packaging of Bugzilla code
r=glob,a=justdave
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$