diff options
author | Francis Rowe <info@gluglug.org.uk> | 2014-12-25 17:38:32 (EST) |
---|---|---|
committer | Francis Rowe <info@gluglug.org.uk> | 2014-12-25 17:38:32 (EST) |
commit | e91830663943e36417dde6f549807a91b4d6af88 (patch) | |
tree | 9596b3fe6ef99c73951006b687ae6cb93b3c6c8a /.gitignore | |
parent | 5d7b2014eb8e8df971fb3688ea4ec0682ccfc4dd (diff) | |
download | libreboot-e91830663943e36417dde6f549807a91b4d6af88.zip libreboot-e91830663943e36417dde6f549807a91b4d6af88.tar.gz libreboot-e91830663943e36417dde6f549807a91b4d6af88.tar.bz2 |
ich9deblob: forgot to add obj directory. adding now.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -14,5 +14,6 @@ /resources/utilities/ich9deblob/deblobbed_descriptor.bin /resources/utilities/ich9deblob/libreboot.rom /resources/utilities/ich9deblob/ich9deblob +/resources/utilities/ich9deblob/obj/*.o +/resources/utilities/ich9deblob/obj/*/*.o /resources/utilities/coreboot-libre/tocheck -/resources/utilities/ich9deblob/obj/ |