You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In commit 80947400487c6447bd42574cf383e6a0cce2244c, python/lvs_manager.py may have been inadvertently added to the repo. This file is automatically created in the python/Makefile here
lvs_manager.py: lvs_manager.py.in
sed -e '/SUBST_SCRIPT_DIR/s#SUBST_SCRIPT_DIR#$(SCRIPTINSTALL)#' \
lvs_manager.py.in > lvs_manager.py
It should probably be added to .gitignore with similar files already there such as tcltk/netgen.tcl
The text was updated successfully, but these errors were encountered:
ended up in the repository, as pointed out by Mitch Bailey in github
issue #44. Added lvs_manager.py to .gitignore to prevent that from
happening again in the future.
In
commit 80947400487c6447bd42574cf383e6a0cce2244c
,python/lvs_manager.py
may have been inadvertently added to the repo. This file is automatically created in thepython/Makefile
hereIt should probably be added to
.gitignore
with similar files already there such astcltk/netgen.tcl
The text was updated successfully, but these errors were encountered: