diff mbox series

[meta-ti,master/scarthgap,PATCHv2] gitignore: lift some sane defaults from others

Message ID 20240606161405.1375599-1-rs@ti.com
State Accepted
Delegated to: Ryan Eatmon
Headers show
Series [meta-ti,master/scarthgap,PATCHv2] gitignore: lift some sane defaults from others | expand

Commit Message

Randolph Sapp June 6, 2024, 4:14 p.m. UTC
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 unclean patch leftovers (.orig, .rej, etc).

We're choosing to leave patches at the root of the project out of this
as maintainer preference.

Signed-off-by: Randolph Sapp <rs@ti.com>
---
 .gitignore | 6 ++++++
 1 file changed, 6 insertions(+)
 create mode 100644 .gitignore
diff mbox series

Patch

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..ae174429
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@ 
+*.pyc
+*.pyo
+*.swp
+*.orig
+*.rej
+*~