https://github.com/carla-simulator/carla
Raw File
Tip revision: 25503738459c7b2d95411d9c102947a9a3788c84 authored by Xavier Solé Nogués on 08 March 2024, 08:47:18 UTC
Cmake migrate FetchContent from git clone to zip download (#7225)
Tip revision: 2550373
.gitignore
.vs/
.vscode/

.cache/

Build/
out/

Dist/
Doxygen/
Deprecated/PythonClient/dist/
TrafficManager/build/
Util/Build/
Dependencies/
Install/
Plugins/

!Unreal/CarlaUE4/Plugins
Unreal/CarlaUE4/Plugins/Streetmap
Unreal/CarlaUE4/Plugins/HoudiniEngine

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

*.VC.db
*.VC.opendb

*.o
*.a
*.so
*.lib

*.pyd
*.whl
*.egg

*.egg-info
*.kdev4
*.log
*.pb.cc
*.pb.h
*.pid
*.pri
*.pro
*.py[cod]
*.sln
*.stackdump
*.sublime-workspace
*.workspace

*CodeCompletionFolders.txt
*CodeLitePreProcessor.txt
.aria2c.input
.codelite
.gdb_history
.gtest
.idea
.tags*
__pycache__/
_benchmarks_results/
_images*
_out*
_site
core
profiler.csv
ArgsSync.json
back to top