mirror of
https://github.com/array-in-a-matrix/SAROO.git
synced 2025-04-02 10:31:43 -04:00
split .gitignore file
This commit is contained in:
parent
e94a66d26d
commit
65a7f51662
6 changed files with 33 additions and 13 deletions
13
.gitignore
vendored
13
.gitignore
vendored
|
@ -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
7
FPGA_v11/.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
|
||||||
|
/db/
|
||||||
|
/incremental_db/
|
||||||
|
/output_files/
|
||||||
|
|
||||||
|
*.qws
|
||||||
|
*.bak
|
7
FPGA_v12/.gitignore
vendored
Normal file
7
FPGA_v12/.gitignore
vendored
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
|
||||||
|
/db/
|
||||||
|
/incremental_db/
|
||||||
|
/output_files/
|
||||||
|
|
||||||
|
*.qws
|
||||||
|
*.bak
|
6
Firm_Saturn/.gitignore
vendored
Normal file
6
Firm_Saturn/.gitignore
vendored
Normal file
|
@ -0,0 +1,6 @@
|
||||||
|
|
||||||
|
/obj/*
|
||||||
|
/ramimage.bin
|
||||||
|
/ramimage.elf
|
||||||
|
/dump.txt
|
||||||
|
|
8
Firm_v11_STM32/.gitignore
vendored
Normal file
8
Firm_v11_STM32/.gitignore
vendored
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
|
||||||
|
/objs/
|
||||||
|
/*.uvgui*
|
||||||
|
/*.bak
|
||||||
|
/*.dep
|
||||||
|
/JLinkLog.txt
|
||||||
|
|
||||||
|
|
5
Firm_v12_STM32H750/.gitignore
vendored
Normal file
5
Firm_v12_STM32H750/.gitignore
vendored
Normal file
|
@ -0,0 +1,5 @@
|
||||||
|
|
||||||
|
/Objects/
|
||||||
|
/*.uvguix*
|
||||||
|
/*.bak
|
||||||
|
/JLinkLog.txt
|
Loading…
Add table
Reference in a new issue