https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=20267 Maksim Sen <maksim.sen@inlibro.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #72389|0 |1 is obsolete| | Attachment #72389|1 |0 is patch| | --- Comment #6 from Maksim Sen <maksim.sen@inlibro.com> --- Comment on attachment 72389 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=72389 Hi Maksim,
From 2b8905cb588a594d54843ec5ffeef578d92c8d3c Mon Sep 17 00:00:00 2001 From: Julian Maurice <julian.maurice@biblibre.com> Date: Thu, 22 Feb 2018 10:51:27 +0100 Subject: [PATCH] Bug 20267: Add basic .gitignore
Ignore files generated by ExtUtils::MakeMaker
NOTE: Limited scope does not affect files created by translation utilities
Signed-off-by: Mark Tompsett <mtompset@hotmail.com> Signed-off-by: Maksim Sen <maksim.sen@inlibro.com> --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7befa23 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +/MYMETA.* +/blib/ +/Makefile +/pm_to_blib -- 2.7.4
-- You are receiving this mail because: You are watching all bug changes.