mirror of https://github.com/openXC7/prjxray.git
gitignore: Add exceptions for database/<family>/mapping
Add exceptions to keep the mapping files in the database and add them by commits from this repository. Signed-off-by: Daniel Schultz <d.schultz@phytec.de>
This commit is contained in:
parent
e24e1bc5b4
commit
ec04ccba19
|
|
@ -2,7 +2,19 @@ env
|
|||
build
|
||||
build_*
|
||||
logs_*
|
||||
database
|
||||
database/*
|
||||
!database/artix7
|
||||
database/artix7/*
|
||||
!database/artix7/mapping
|
||||
!database/kintex7
|
||||
database/kintex7/*
|
||||
!database/kintex7/mapping
|
||||
!database/zynq7
|
||||
database/zynq7/*
|
||||
!database/zynq7/mapping
|
||||
!database/spartan7
|
||||
database/spartan7/*
|
||||
!database/spartan7/mapping
|
||||
.Xil
|
||||
**/specimen_*
|
||||
**/output
|
||||
|
|
|
|||
Loading…
Reference in New Issue