diff options
| author | Peter Jones <pjones@redhat.com> | 2021-02-15 16:18:52 -0500 |
|---|---|---|
| committer | Peter Jones <pjones@redhat.com> | 2021-02-15 17:20:05 -0500 |
| commit | e6aaa18538dae48163783af15f280b65f479ac97 (patch) | |
| tree | f9ee7b324485e7ed346c5365d5cf21a984d68a45 | |
| parent | c941956a5960ef9fc11b704db41eb3f20eb62749 (diff) | |
| download | efi-boot-shim-e6aaa18538dae48163783af15f280b65f479ac97.tar.gz efi-boot-shim-e6aaa18538dae48163783af15f280b65f479ac97.zip | |
Re-alphabetize .gitignore.
This had gotten weird in a couple of ways. Easy to fix.
Signed-off-by: Peter Jones <pjones@redhat.com>
| -rw-r--r-- | .gitignore | 9 |
1 files changed, 4 insertions, 5 deletions
@@ -1,5 +1,3 @@ -certdb -shim_cert.h *.a *.CSV *.cer @@ -26,8 +24,9 @@ shim_cert.h *.srl.old *.sw? *.tar.* -version.c -cov-int/ -scan-results/ +/certdb/ +/cov-int/ /sbat.*.csv +/scan-results/ [Ss]creenlog* +version.c |
