Bugzilla – Attachment 72591 Details for
Bug 20267
Add basic .gitignore
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 20267: Add more ignores
Bug-20267-Add-more-ignores.patch (text/plain), 763 bytes, created by
Tomás Cohen Arazi (tcohen)
on 2018-03-09 13:16:07 UTC
(
hide
)
Description:
Bug 20267: Add more ignores
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2018-03-09 13:16:07 UTC
Size:
763 bytes
patch
obsolete
>From 52a9723a9967af50394e355502a24d15c8a086df Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Fri, 9 Mar 2018 10:13:47 -0300 >Subject: [PATCH] Bug 20267: Add more ignores > >This patch adds more known files that should be ignored: >- Devel::Cover output >- NTYProf output >- Known used IDE files > >Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io> >--- > .gitignore | 9 +++++++++ > 1 file changed, 9 insertions(+) > >diff --git a/.gitignore b/.gitignore >index 7befa23653..eba5eb4d9f 100644 >--- a/.gitignore >+++ b/.gitignore >@@ -1,4 +1,13 @@ >+# ExtUitls::MakeMaker > /MYMETA.* > /blib/ > /Makefile > /pm_to_blib >+# Devel::Cover >+cover_db/ >+# Devel::NYTProf >+nytprof.out >+# IDEs >+*.komodoproject >+*.sublime-project >+*.sublime-workspace >-- >2.16.2
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 20267
:
72067
|
72203
|
72389
|
72590
|
72591
|
73295