mirror of
https://github.com/linuxboot/heads.git
synced 2024-12-19 21:17:55 +00:00
Sort .gitignore
Noticed a couple of dupes (gz and rom) so I figured I should sort it now to hopefully avoid another one in the future. Signed-off-by: Manuel Mendez <github@i.m.mmlb.dev> Signed-off-by: Thierry Laurion <insurgo@riseup.net>
This commit is contained in:
parent
165f90a8cf
commit
4f3d210f89
38
.gitignore
vendored
38
.gitignore
vendored
@ -1,25 +1,23 @@
|
||||
.*.sw*
|
||||
*.xz
|
||||
*.bad
|
||||
*.bz2
|
||||
*.gz
|
||||
*.sign
|
||||
*.rom
|
||||
*.o
|
||||
*.gz
|
||||
*.tgz
|
||||
*.img
|
||||
*.rom
|
||||
*.cpio
|
||||
typescript*
|
||||
config/*.old
|
||||
*.log
|
||||
*~
|
||||
crossgcc
|
||||
clean
|
||||
*.sec
|
||||
*.dep
|
||||
*.ffs
|
||||
*.vol
|
||||
*.lz
|
||||
*.fv
|
||||
*.bad
|
||||
*.gz
|
||||
*.img
|
||||
*.log
|
||||
*.lz
|
||||
*.o
|
||||
*.rom
|
||||
*.sec
|
||||
*.sign
|
||||
*.tgz
|
||||
*.vol
|
||||
*.xz
|
||||
*~
|
||||
.*.sw*
|
||||
clean
|
||||
config/*.old
|
||||
crossgcc
|
||||
typescript*
|
||||
|
Loading…
Reference in New Issue
Block a user