split .gitignore file

This commit is contained in:
tpu 2023-02-13 17:36:12 +08:00
parent e94a66d26d
commit 65a7f51662
6 changed files with 33 additions and 13 deletions

13
.gitignore vendored
View file

@ -1,13 +0,0 @@
greybox_tmp/*
/FPGA/greybox_tmp/*
/FPGA/.qsys_edit/*
/FPGA/cqsys/*
/FPGA/db/*
/FPGA/incremental_db/*
/FPGA/output_files/*
/Firm_STM32/objs/*
/Firm_Saturn/obj/*

7
FPGA_v11/.gitignore vendored Normal file
View file

@ -0,0 +1,7 @@
/db/
/incremental_db/
/output_files/
*.qws
*.bak

7
FPGA_v12/.gitignore vendored Normal file
View file

@ -0,0 +1,7 @@
/db/
/incremental_db/
/output_files/
*.qws
*.bak

6
Firm_Saturn/.gitignore vendored Normal file
View file

@ -0,0 +1,6 @@
/obj/*
/ramimage.bin
/ramimage.elf
/dump.txt

8
Firm_v11_STM32/.gitignore vendored Normal file
View file

@ -0,0 +1,8 @@
/objs/
/*.uvgui*
/*.bak
/*.dep
/JLinkLog.txt

5
Firm_v12_STM32H750/.gitignore vendored Normal file
View file

@ -0,0 +1,5 @@
/Objects/
/*.uvguix*
/*.bak
/JLinkLog.txt