Update gitignore
This commit is contained in:
parent
df7bfbbb14
commit
9f13584be8
|
@ -43,6 +43,7 @@ pipeline
|
|||
{
|
||||
steps
|
||||
{
|
||||
sh 'git update-index --skip-worktree Unreal/CarlaUE4/CarlaUE4.uproject'
|
||||
sh 'make setup ARGS="--python-version=3.7,2"'
|
||||
}
|
||||
}
|
||||
|
@ -230,6 +231,10 @@ pipeline
|
|||
{
|
||||
steps
|
||||
{
|
||||
bat """
|
||||
call ../setEnv64.bat
|
||||
git update-index --skip-worktree Unreal/CarlaUE4/CarlaUE4.uproject
|
||||
"""
|
||||
bat """
|
||||
call ../setEnv64.bat
|
||||
make setup
|
||||
|
|
|
@ -17,7 +17,6 @@ Plugins/Carla/Saved
|
|||
Config/CarlaSettings.ini
|
||||
Config/DefaultEditor.ini
|
||||
Config/CarSimConfig.ini
|
||||
CarlaUE4.uproject
|
||||
|
||||
*.code-workspace
|
||||
.idea
|
||||
|
|
Loading…
Reference in New Issue