diff options
author | Niklas Söderlund <niklas.soderlund@ragnatech.se> | 2019-01-24 20:50:27 +0100 |
---|---|---|
committer | Laurent Pinchart <laurent.pinchart@ideasonboard.com> | 2019-01-26 18:07:37 +0200 |
commit | 7546d205cb96f7cac702881284119eb9875e3809 (patch) | |
tree | 961f1a6be78b2d77461e0d0cc634d87e0e07010d | |
parent | e21525b74842656954b60fc3175202bdc42186c5 (diff) |
yavta: Add basic gitignore file for build artifacts
Signed-off-by: Niklas Söderlund <niklas.soderlund@ragnatech.se>
Reviewed-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
Signed-off-by: Laurent Pinchart <laurent.pinchart@ideasonboard.com>
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ddc1ad6 --- /dev/null +++ b/.gitignore @@ -0,0 +1,2 @@ +*.o +yavta |