mirror of https://github.com/YosysHQ/abc.git
Update .gitingore
This commit is contained in:
parent
61e74a1033
commit
334ae5d1b7
|
|
@ -8,11 +8,14 @@ ReleaseExt/
|
||||||
|
|
||||||
_/
|
_/
|
||||||
_TEST/
|
_TEST/
|
||||||
|
tools/
|
||||||
|
temp/
|
||||||
lib/abc*
|
lib/abc*
|
||||||
lib/m114*
|
lib/m114*
|
||||||
lib/bip*
|
lib/bip*
|
||||||
docs/
|
docs/
|
||||||
.cache/
|
.cache/
|
||||||
|
.vscode/
|
||||||
|
|
||||||
src/ext*
|
src/ext*
|
||||||
src/xxx/
|
src/xxx/
|
||||||
|
|
@ -62,4 +65,4 @@ tags
|
||||||
|
|
||||||
/cmake
|
/cmake
|
||||||
/cscope
|
/cscope
|
||||||
abc.history
|
abc.history
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue