Commit Graph

3 Commits

Author SHA1 Message Date
Karol Trzcinski 0d2af68a9e gitignore: Add checkpatch temporary file to gitignore
Any generated file should be tracked by git to keep repositiry clean.
Such an file should be added to .gitignore to reduce possibility of
accidentally pushig this file to remote branches, eg. after typing
`git add *` before pushing changes.

Signed-off-by: Karol Trzcinski <karolx.trzcinski@linux.intel.com>
2020-10-22 16:03:54 +01:00
Daniel Leung a264697961 Use CMake to build rimage
This adds the necessary bits to allow building rimage
with CMake with similar configure options as the just
removed autotools files.

Also update README.md for new build instructions.

Signed-off-by: Daniel Leung <danielcp@gmail.com>
2020-03-26 09:41:34 +00:00
Daniel Leung 606b4f0442 Add .gitignore
Signed-off-by: Daniel Leung <danielcp@gmail.com>
2019-11-12 09:50:13 -08:00