https://github.com/carla-simulator/carla
Revision 435b82b610ab5442fe1af2d9923db206101bc3db authored by corkyw10 on 09 February 2021, 14:33:33 UTC, committed by Corinne on 19 February 2021, 16:24:52 UTC
1 parent 9676718
Raw File
Tip revision: 435b82b610ab5442fe1af2d9923db206101bc3db authored by corkyw10 on 09 February 2021, 14:33:33 UTC
Restructured download page to show latest versions with their relevant docs, remove stable mention and fix master to dev for the nightly build
Tip revision: 435b82b
.gitignore
Build
Dist
Doxygen
Deprecated/PythonClient/dist
TrafficManager/build
Util/Build
Install
Plugins
!Unreal/CarlaUE4/Plugins

/ExportedMaps
/Import/*
!/Import/README.md

*.VC.db
*.VC.opendb
*.a
*.egg-info
*.kdev4
*.log
*.o
*.pb.cc
*.pb.h
*.pid
*.pri
*.pro
*.py[cod]
*.sln
*.so
*.stackdump
*.sublime-workspace
*.workspace
*CodeCompletionFolders.txt
*CodeLitePreProcessor.txt
.aria2c.input
.codelite
.gdb_history
.gtest
.idea
.tags*
.vs
.vscode
__pycache__
_benchmarks_results
_images*
_out*
_site
core
profiler.csv
back to top