diff options
author | Leah Rowe <leah@libreboot.org> | 2021-05-18 13:56:12 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2021-05-18 13:56:12 +0100 |
commit | 89517ed6b9e89321e1387ed8f534d7f080ffdf57 (patch) | |
tree | 6f2085cb89b035d3cb62ad49b470a514672102d6 /.gitignore |
libreboot!
this is forked from the "libre" branch in osboot, which is itself a libre,
deblobbed fork of osboot, a blobbed up fork of libreboot
libreboot needed to be purged clean. this is the new libreboot development
repository. the old one has been abandoned
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 00000000..c8309eae --- /dev/null +++ b/.gitignore @@ -0,0 +1,32 @@ +*~ +/TODO +/ich9utils/ +/tianocore/ +/tmp/ +/payload/ +/me_cleaner/ +*.s[a-w]? +*.vim +/*.elf +/*.bin +/*.rom +/build_error +/TODO/ +/docs/version +/bucts/ +/coreboot/ +/crossgcc/ +/depthcharge/ +/flashrom/ +/resources/coreboot/*/seen +/grub/ +/memtest86plus/ +/seabios/ +/mrc/ +/bin/ +/release/ +/descriptors/ +/*.bin +/push +/version +/versiondate |