-
Notifications
You must be signed in to change notification settings - Fork 0
/
.gitignore
41 lines (37 loc) · 810 Bytes
/
.gitignore
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
build/
install/
log/
# CMake generated files
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
CTestConfiguration.ini
CTestCustom.cmake
CTestTestfile.cmake
# Ament CMake (ROS 2 specific)
ament_cmake_package_templates/
ament_cmake_uninstall_target/
ament_cmake_core/
ament_cmake_environment_hooks/
ament_cmake_export_dependencies/
ament_cmake_export_include_directories/
ament_cmake_index/
# Optional: Build directories
build/
# CMake generated files
CMakeCache.txt
CMakeFiles/
cmake_install.cmake
Makefile
CTestConfiguration.ini
CTestCustom.cmake
CTestTestfile.cmake
# Ament CMake (ROS 2 specific)
ament_cmake_package_templates/
ament_cmake_uninstall_target/
ament_cmake_core/
ament_cmake_environment_hooks/
ament_cmake_export_dependencies/
ament_cmake_export_include_directories/
ament_cmake_index/