All of lore.kernel.org
 help / color / mirror / Atom feed
From: Denys Dmytriyenko <denis@denix.org>
To: rs@ti.com
Cc: reatmon@ti.com, meta-ti@lists.yoctoproject.org
Subject: Re: [meta-ti][master/scarthgap][PATCH] gitignore: lift some sane defaults from others
Date: Tue, 4 Jun 2024 15:12:31 -0400	[thread overview]
Message-ID: <20240604191231.GP21287@denix.org> (raw)
In-Reply-To: <20240603195515.1089534-1-rs@ti.com>

On Mon, Jun 03, 2024 at 02:55:15PM -0500, rs@ti.com wrote:
> From: Randolph Sapp <rs@ti.com>
> 
> Lift the common parts of the top level gitignore from oe-core and
> meta-openembedded. This masks out temporary python files, intermediate
> artifacts, and patches at the root of the project.

FWIW, this is a matter of a personal preference, e.g. I don't like when 
git ignores, essentially hiding patches in the top directory. I do prefer 
them to be visible with "git status". But I'll leave it to Ryan.


> Signed-off-by: Randolph Sapp <rs@ti.com>
> ---
>  .gitignore | 7 +++++++
>  1 file changed, 7 insertions(+)
>  create mode 100644 .gitignore
> 
> diff --git a/.gitignore b/.gitignore
> new file mode 100644
> index 00000000..c01df45e
> --- /dev/null
> +++ b/.gitignore
> @@ -0,0 +1,7 @@
> +*.pyc
> +*.pyo
> +/*.patch
> +*.swp
> +*.orig
> +*.rej
> +*~
> -- 
> 2.45.1


  reply	other threads:[~2024-06-04 19:12 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-06-03 19:55 [meta-ti][master/scarthgap][PATCH] gitignore: lift some sane defaults from others rs
2024-06-04 19:12 ` Denys Dmytriyenko [this message]
2024-06-04 22:15   ` Ryan Eatmon
2024-06-05 16:07     ` Randolph Sapp
2024-06-05 16:49       ` Ryan Eatmon

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20240604191231.GP21287@denix.org \
    --to=denis@denix.org \
    --cc=meta-ti@lists.yoctoproject.org \
    --cc=reatmon@ti.com \
    --cc=rs@ti.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.