diff options
author | 2022-09-21 15:36:21 +0200 | |
---|---|---|
committer | 2023-10-03 15:18:54 +0300 | |
commit | 346f9c0f4a72945795b2bf203d2294ff00f25148 (patch) | |
tree | 46107a4c094fefb92ee2362c8297368d7d1e9ac8 /.gitignore | |
parent | c5abd7c9c809e21d8c41353c57049a7ec1c60436 (diff) |
Virtio-loopback-adapter Alpha release:
- The virtio-loopback-adapter is part of the Virtio Loopback
architecture detailed in the following link:
https://git.virtualopensystems.com/virtio-loopback/docs
Signed-off-by: Timos Ampelikiotis <t.ampelikiotis@virtualopensystems.com>
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..702ac5b --- /dev/null +++ b/.gitignore @@ -0,0 +1,7 @@ +adapter +*.sh +.adapter* +make_bins.sh +*.o +*.c.* +*.h.* |