mirror of https://github.com/VLSIDA/OpenRAM.git
Add .gitignore files to MANIFEST.in
This commit is contained in:
parent
34aac5a6b1
commit
92f39f5686
11
MANIFEST.in
11
MANIFEST.in
|
|
@ -2,6 +2,11 @@ include requirements.txt
|
|||
include docker/*
|
||||
recursive-include compiler *
|
||||
recursive-include technology *
|
||||
exclude .DS_Store
|
||||
exclude .idea
|
||||
exclude **/model_data
|
||||
exclude technology/sky130/*_lib
|
||||
exclude technology/sky130/tech/.magicrc
|
||||
exclude compiler/gen_stimulus.py
|
||||
exclude compiler/model_data_util.py
|
||||
exclude compiler/printGDS.py
|
||||
|
|
@ -9,4 +14,8 @@ exclude compiler/processGDS.py
|
|||
exclude compiler/uniquifyGDS.py
|
||||
exclude compiler/view_profile.py
|
||||
exclude compiler/run_profile.sh
|
||||
global-exclude *.pyc
|
||||
recursive-exclude open_pdks *
|
||||
recursive-exclude compiler/tests/results *
|
||||
recursive-exclude technology/freepdk45/ncsu_basekit *
|
||||
recursive-exclude outputs *
|
||||
global-exclude *.pyc *~ *.orig *.rej *.aux *.out *.toc *.synctex.gz
|
||||
Loading…
Reference in New Issue