[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v1 10/14] gitignore: sort rules.
From: |
Denis 'GNUtoo' Carikli |
Subject: |
[PATCH v1 10/14] gitignore: sort rules. |
Date: |
Fri, 19 Apr 2024 19:06:27 +0200 |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
---
.gitignore | 22 +++++++++++-----------
1 file changed, 11 insertions(+), 11 deletions(-)
diff --git a/.gitignore b/.gitignore
index bfc3cf2..aa4f4c7 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,20 +1,26 @@
+*.date
+*.hash
+*.html
+*.s[a-w]?
+*.sha1sum
+*.vim
+*feed.xml
*~
/*.bin
+/*.elf
+/*.rom
+/TODO
+/TODO/
/bin/
/bucts/
/build_error
/coreboot/
/crossgcc/
-*.date
/depthcharge/
/descriptors/
/docs/version
-/*.elf
-*feed.xml
/flashrom/
/grub/
-*.hash
-*.html
/ich9utils/
/me_cleaner/
/memtest86plus/
@@ -22,15 +28,9 @@
/push
/release/
/resources/coreboot/*/seen
-/*.rom
-*.s[a-w]?
/seabios/
-*.sha1sum
/site/news/index*
/site/sitemap.md
/tmp/
-/TODO
-/TODO/
/version
/versiondate
-*.vim
--
2.41.0
- [PATCH v1 02/14] docs/install: replace Libreboot with GNUBoot, (continued)
- [PATCH v1 02/14] docs/install: replace Libreboot with GNUBoot, Denis 'GNUtoo' Carikli, 2024/04/19
- [PATCH v1 06/14] scripts: misc: guix.sh: fix forgetten tab., Denis 'GNUtoo' Carikli, 2024/04/19
- [PATCH v1 07/14] scripts: misc: guix.sh: fix last version detection., Denis 'GNUtoo' Carikli, 2024/04/19
- [PATCH v1 04/14] build instructions: Mention exact package names for debootstrap., Denis 'GNUtoo' Carikli, 2024/04/19
- [PATCH v1 05/14] build instructions: debootstrap: Add Guix., Denis 'GNUtoo' Carikli, 2024/04/19
- [PATCH v1 09/14] scripts: misc: guix.sh: prevent OOM., Denis 'GNUtoo' Carikli, 2024/04/19
- [PATCH v1 03/14] docs/install: Don't officially support T60 with ATI GPUs., Denis 'GNUtoo' Carikli, 2024/04/19
- [PATCH v1 08/14] scripts: misc: guix.sh: make it pass shellcheck., Denis 'GNUtoo' Carikli, 2024/04/19
- [PATCH v1 11/14] gitignore: don't ignore .scm files., Denis 'GNUtoo' Carikli, 2024/04/19
- [PATCH v1 10/14] gitignore: sort rules.,
Denis 'GNUtoo' Carikli <=
- [PATCH v1 13/14] Makefile.am: Document commands from site/docs/build/index.md., Denis 'GNUtoo' Carikli, 2024/04/19
- [PATCH v1 14/14] Build bucts and patched flashrom for I945 ThinkPads with Guix., Denis 'GNUtoo' Carikli, 2024/04/19
- [PATCH v1 12/14] Add topdir ./configure., Denis 'GNUtoo' Carikli, 2024/04/19
- Re: Guix integration and various other patches., Leah Rowe, 2024/04/19
- Re: Guix integration and various other patches., Adrien 'neox' Bourmault, 2024/04/20
- Re: Guix integration and various other patches., Adrien 'neox' Bourmault, 2024/04/20
- Re: [PATCH v1 04/14] build instructions: Mention exact package names for debootstrap., Adrien 'neox' Bourmault, 2024/04/29