You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

ROS2.gitignore 245B

1234567891011121314151617181920212223242526272829
  1. install/
  2. log/
  3. build/
  4. # Ignore generated docs
  5. *.dox
  6. *.wikidoc
  7. # eclipse stuff
  8. .project
  9. .cproject
  10. # qcreator stuff
  11. CMakeLists.txt.user
  12. srv/_*.py
  13. *.pcd
  14. *.pyc
  15. qtcreator-*
  16. *.user
  17. *~
  18. # Emacs
  19. .#*
  20. # Colcon custom files
  21. COLCON_IGNORE
  22. AMENT_IGNORE