All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-ti][master/scarthgap][PATCH] gitignore: lift some sane defaults from others
@ 2024-06-03 19:55 rs
  2024-06-04 19:12 ` Denys Dmytriyenko
  0 siblings, 1 reply; 5+ messages in thread
From: rs @ 2024-06-03 19:55 UTC (permalink / raw)
  To: reatmon, denis; +Cc: meta-ti

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.

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



^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-06-05 16:49 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2024-06-04 22:15   ` Ryan Eatmon
2024-06-05 16:07     ` Randolph Sapp
2024-06-05 16:49       ` Ryan Eatmon

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.