diff mbox series

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

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

Commit Message

Randolph Sapp June 3, 2024, 7:59 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 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 mbox series

Patch

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
+*~