diff options
author | H. Peter Anvin <hpa@zytor.com> | 2013-02-19 17:31:22 -0800 |
---|---|---|
committer | H. Peter Anvin <hpa@zytor.com> | 2013-02-19 17:31:22 -0800 |
commit | 8c100f660fea03c5feddd8815ccc66b43a655033 (patch) | |
tree | 60deec743459037b8e907392a0d467c8f5328366 /.gitignore | |
download | virtio9p-8c100f660fea03c5feddd8815ccc66b43a655033.tar.gz virtio9p-8c100f660fea03c5feddd8815ccc66b43a655033.tar.xz virtio9p-8c100f660fea03c5feddd8815ccc66b43a655033.zip |
Initial framework
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..f6e7ec8 --- /dev/null +++ b/.gitignore @@ -0,0 +1,8 @@ +*~ +*.s +*.o +*.obj +*.lst +*.map +*.elf +*.exe |