From: michael.opdenacker@bootlin.com
To: docs@lists.yoctoproject.org
Cc: Michael Opdenacker <michael.opdenacker@bootlin.com>
Subject: [PATCH] manuals: simplify .gitignore files
Date: Tue, 22 Nov 2022 15:48:43 +0100 [thread overview]
Message-ID: <20221122144843.101203-1-michael.opdenacker@bootlin.com> (raw)
From: Michael Opdenacker <michael.opdenacker@bootlin.com>
Remove obsolete and unnecessary ignores.
Just found one .pyc file in documentation/sphinx/__pycache__,
so ignored that directory.
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
---
.gitignore | 41 ----------------------------------------
documentation/.gitignore | 1 +
2 files changed, 1 insertion(+), 41 deletions(-)
delete mode 100644 .gitignore
diff --git a/.gitignore b/.gitignore
deleted file mode 100644
index 3f5dfa32e2..0000000000
--- a/.gitignore
+++ /dev/null
@@ -1,41 +0,0 @@
-*.pyc
-*.pyo
-*.orig
-*.rej
-*~
-documentation/toaster-manual/toaster-manual.html
-documentation/toaster-manual/toaster-manual.pdf
-documentation/toaster-manual/toaster-manual.tgz
-documentation/kernel-dev/kernel-dev.html
-documentation/kernel-dev/kernel-dev.pdf
-documentation/kernel-dev/kernel-dev.tgz
-documentation/profile-manual/profile-manual.html
-documentation/profile-manual/profile-manual.pdf
-documentation/profile-manual/profile-manual.tgz
-documentation/adt-manual/adt-manual.html
-documentation/adt-manual/adt-manual.pdf
-documentation/adt-manual/adt-manual.tgz
-documentation/dev-manual/dev-manual.html
-documentation/dev-manual/dev-manual.pdf
-documentation/dev-manual/dev-manual.tgz
-documentation/ref-manual/ref-manual.html
-documentation/ref-manual/ref-manual.pdf
-documentation/ref-manual/ref-manual.tgz
-documentation/bsp-guide/bsp-guide.html
-documentation/bsp-guide/bsp-guide.pdf
-documentation/bsp-guide/bsp-guide.tgz
-documentation/mega-manual/mega-manual.html
-documentation/mega-manual/mega-manual.tgz
-documentation/sdk-manual/sdk-manual.tgz
-documentation/sdk-manual/sdk-manual.html
-documentation/sdk-manual/sdk-manual.pdf
-documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.tgz
-documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.html
-documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.pdf
-documentation/overview-manual/overview-manual.tgz
-documentation/overview-manual/overview-manual.html
-documentation/overview-manual/overview-manual.pdf
-documentation/test-manual/test-manual.tgz
-documentation/test-manual/test-manual.html
-documentation/test-manual/test-manual.pdf
-
diff --git a/documentation/.gitignore b/documentation/.gitignore
index 4e077d03fb..494b4f4de5 100644
--- a/documentation/.gitignore
+++ b/documentation/.gitignore
@@ -1,3 +1,4 @@
+sphinx/__pycache__
_build/
Pipfile.lock
poky.yaml
--
2.34.1
reply other threads:[~2022-11-22 14:48 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20221122144843.101203-1-michael.opdenacker@bootlin.com \
--to=michael.opdenacker@bootlin.com \
--cc=docs@lists.yoctoproject.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox