summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRandolph Sapp <rs@ti.com>2024-06-06 11:14:05 -0500
committerRyan Eatmon <reatmon@ti.com>2024-06-15 08:05:34 -0500
commite62ac223bdab0f22f3ade613b1b8a9c3b7089bc9 (patch)
tree8ccf009db5d2c46f6e5dfb77fae16adb8041f69c
parent38ff381e1b6c15575f9cb373f5182f3534feb547 (diff)
downloadmeta-ti-e62ac223bdab0f22f3ade613b1b8a9c3b7089bc9.tar.gz
gitignore: lift some sane defaults from others
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> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
-rw-r--r--.gitignore6
1 files changed, 6 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
new file mode 100644
index 00000000..ae174429
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1,6 @@
1*.pyc
2*.pyo
3*.swp
4*.orig
5*.rej
6*~