On 6/4/2024 2:12 PM, Denys Dmytriyenko wrote:
On Mon, Jun 03, 2024 at 02:55:15PM -0500, [email protected] wrote:
From: Randolph Sapp <[email protected]>

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.

Yeah. I was testing it, but I was also thinking the same thing and trying to decide if I wanted to take them. Maybe a reduced set might good. Like leave the patches, but hide the temp files and what not? What are your thoughts on that? Just remove the *.patch from the list below?


Signed-off-by: Randolph Sapp <[email protected]>
---
  .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

--
Ryan Eatmon                [email protected]
-----------------------------------------
Texas Instruments, Inc.  -  LCPD  -  MGTS
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#17695): 
https://lists.yoctoproject.org/g/meta-ti/message/17695
Mute This Topic: https://lists.yoctoproject.org/mt/106469603/21656
Group Owner: [email protected]
Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub 
[[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to