25 lines
332 B
Plaintext
25 lines
332 B
Plaintext
|
# Ignore build and install folders
|
||
|
/build/
|
||
|
/install/
|
||
|
|
||
|
# Ignore log files
|
||
|
/log/
|
||
|
|
||
|
# Ignore compiled files
|
||
|
/*.so
|
||
|
/*.dll
|
||
|
|
||
|
# Ignore generated files
|
||
|
/CMakeLists.txt.user
|
||
|
/Makefile
|
||
|
/cmake_install.cmake
|
||
|
/CMakeCache.txt
|
||
|
/.vscode/
|
||
|
/build.log
|
||
|
|
||
|
# Ignore ROS-related files
|
||
|
/.rosinstall
|
||
|
/build_isolated/
|
||
|
/install_isolated/
|
||
|
/workspace.*
|
||
|
/ros2_ws.*
|