* [PATCH] manuals: simplify .gitignore files
@ 2022-11-22 14:48 michael.opdenacker
0 siblings, 0 replies; only message in thread
From: michael.opdenacker @ 2022-11-22 14:48 UTC (permalink / raw)
To: docs; +Cc: Michael Opdenacker
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
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2022-11-22 14:48 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-11-22 14:48 [PATCH] manuals: simplify .gitignore files michael.opdenacker
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox