[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH v1 10/14] gitignore: sort rules.
From: |
Adrien 'neox' Bourmault |
Subject: |
Re: [PATCH v1 10/14] gitignore: sort rules. |
Date: |
Mon, 29 Apr 2024 16:40:01 +0200 |
User-agent: |
Evolution 3.48.4 |
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Acked-by: Adrien 'neox' Bourmault <neox@gnu.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
- Re: Guix integration and various other patches., (continued)
- 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
- Re: [PATCH v1 05/14] build instructions: debootstrap: Add Guix., Adrien 'neox' Bourmault, 2024/04/29
- Re: [PATCH v1 02/14] docs/install: replace Libreboot with GNUBoot, Adrien 'neox' Bourmault, 2024/04/29
- Re: [PATCH v1 07/14] scripts: misc: guix.sh: fix last version detection., Adrien 'neox' Bourmault, 2024/04/29
- Re: [PATCH v1 12/14] Add topdir ./configure., Adrien 'neox' Bourmault, 2024/04/29
- Re: [PATCH v1 10/14] gitignore: sort rules.,
Adrien 'neox' Bourmault <=
- Re: [PATCH v1 03/14] docs/install: Don't officially support T60 with ATI GPUs., Adrien 'neox' Bourmault, 2024/04/29
- Re: [PATCH v1 08/14] scripts: misc: guix.sh: make it pass shellcheck., Adrien 'neox' Bourmault, 2024/04/29
- Re: [PATCH v1 13/14] Makefile.am: Document commands from site/docs/build/index.md., Adrien 'neox' Bourmault, 2024/04/29
- Re: [PATCH v1 14/14] Build bucts and patched flashrom for I945 ThinkPads with Guix., Adrien 'neox' Bourmault, 2024/04/29
- Re: [PATCH v1 01/14] site: status: Add upstream software versions., Adrien 'neox' Bourmault, 2024/04/29
- Re: [PATCH v1 06/14] scripts: misc: guix.sh: fix forgetten tab., Adrien 'neox' Bourmault, 2024/04/29
- Re: [PATCH v1 11/14] gitignore: don't ignore .scm files., Adrien 'neox' Bourmault, 2024/04/29