diff options
author | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2016-06-13 04:22:58 +0300 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2016-06-16 21:09:18 +0300 |
commit | e4c2762680e1f5813f332a4ca22b0a7bf4ff4a9b (patch) | |
tree | ea6864be62343c2adfad976c4339267e728af749 /src/.gitignore | |
parent | 62f0b16f639a9ecb116a79819655bdf44e269443 (diff) |
Add gen-image tool
The tool is used to generate test images in a variety of formats from a
PNM input image.
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Diffstat (limited to 'src/.gitignore')
-rw-r--r-- | src/.gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/.gitignore b/src/.gitignore new file mode 100644 index 0000000..0c9be86 --- /dev/null +++ b/src/.gitignore @@ -0,0 +1,2 @@ +*.o +gen-image |