.gitignore: order alphabetically

The sort was done with 'sort -u'.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Acked-by: Adrien 'neox' Bourmault <neox@gnu.org>
This commit is contained in:
Denis 'GNUtoo' Carikli 2023-08-17 03:18:04 +02:00 committed by Adrien 'neox' Bourmault
parent 0df4fe5fad
commit a64d284fd7
No known key found for this signature in database
GPG Key ID: 6EB408FE0ACEC664
1 changed files with 19 additions and 20 deletions

39
.gitignore vendored
View File

@ -1,30 +1,29 @@
*~ *~
/TODO
/ich9utils/
/tmp/
/payload/
/me_cleaner/
*.s[a-w]?
*.vim
/*.elf
/*.bin /*.bin
/*.rom /bin/
/build_error
/TODO/
/docs/version
/bucts/ /bucts/
/build_error
/coreboot/ /coreboot/
/crossgcc/ /crossgcc/
/depthcharge/ /depthcharge/
/flashrom/
/resources/coreboot/*/seen
/grub/
/memtest86plus/
/seabios/
/bin/
/release/
/descriptors/ /descriptors/
/*.bin /docs/version
/*.elf
/flashrom/
/grub/
/ich9utils/
/me_cleaner/
/memtest86plus/
/payload/
/push /push
/release/
/resources/coreboot/*/seen
/*.rom
*.s[a-w]?
/seabios/
/tmp/
/TODO
/TODO/
/version /version
/versiondate /versiondate
*.vim