diff --git a/README.md b/README.md index 7418aea..23ee332 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,10 @@ 22:05 2024/6/11 +![](./pic/logo.jpg) + +[![star](https://gitee.com/dengchow/XhngGPU/badge/star.svg?theme=dark)](https://gitee.com/dengchow/XhngGPU) [![fork](https://gitee.com/dengchow/XhngGPU.git/badge/fork.svg?theme=dark)](https://gitee.com/dengchow/XhngGPU) +![GitHub License](https://img.shields.io/github/license/dengchow/RepoLicense) [![](https://img.shields.io/badge/version-v1.0-brightgreen.svg)](https://gitee.com/dengchow/XhngGPU) [![](https://img.shields.io/badge/Author-ATONEMAN-orange.svg)](https://gitee.com/dengchow/XhngGPU) + ## 一、简介 > TraSH,一个基于 RISC-V 指令集的计算机系统 diff --git a/sim/.gitignore b/pic/.gitignore similarity index 83% rename from sim/.gitignore rename to pic/.gitignore index 9ff1a83..66c8782 100644 --- a/sim/.gitignore +++ b/pic/.gitignore @@ -7,13 +7,7 @@ * !*/ !.gitignore -!*.mk -!Makefile -!*.lds -!*.h -!*.c -!*.s -!*.S +!*.jpg # Step-3, untrack all in sub folders, which use their own .gitignore #*/* diff --git a/pic/logo.jpg b/pic/logo.jpg new file mode 100644 index 0000000..dd45b8c Binary files /dev/null and b/pic/logo.jpg differ