Update gitignore

This commit is contained in:
Axel 2020-12-11 13:11:14 +01:00 committed by Axel1092
parent df7bfbbb14
commit 9f13584be8
2 changed files with 5 additions and 1 deletions

5
Jenkinsfile vendored
View File

@ -43,6 +43,7 @@ pipeline
{ {
steps steps
{ {
sh 'git update-index --skip-worktree Unreal/CarlaUE4/CarlaUE4.uproject'
sh 'make setup ARGS="--python-version=3.7,2"' sh 'make setup ARGS="--python-version=3.7,2"'
} }
} }
@ -230,6 +231,10 @@ pipeline
{ {
steps steps
{ {
bat """
call ../setEnv64.bat
git update-index --skip-worktree Unreal/CarlaUE4/CarlaUE4.uproject
"""
bat """ bat """
call ../setEnv64.bat call ../setEnv64.bat
make setup make setup

View File

@ -17,7 +17,6 @@ Plugins/Carla/Saved
Config/CarlaSettings.ini Config/CarlaSettings.ini
Config/DefaultEditor.ini Config/DefaultEditor.ini
Config/CarSimConfig.ini Config/CarSimConfig.ini
CarlaUE4.uproject
*.code-workspace *.code-workspace
.idea .idea