diff options
author | Keisuke Shima <keisuke.shima@tier4.jp> | 2021-02-22 16:48:18 +0900 |
---|---|---|
committer | Keisuke Shima <keisuke.shima@tier4.jp> | 2021-02-22 16:48:18 +0900 |
commit | 5423fe33d9a71df6ce11150e3fff58b421b2cae9 (patch) | |
tree | 9b3c64c64112f363516b4ab71095a6a0a9d41bd7 | |
parent | 774c69da70dfc688c9e2c9a2ae1f98b76f90e823 (diff) | |
download | gitignore-5423fe33d9a71df6ce11150e3fff58b421b2cae9.tar.gz gitignore-5423fe33d9a71df6ce11150e3fff58b421b2cae9.zip |
add COLCON_IGNORE
-rw-r--r-- | ROS2.gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ROS2.gitignore b/ROS2.gitignore index 560a4ffd..6cc824d8 100644 --- a/ROS2.gitignore +++ b/ROS2.gitignore @@ -24,5 +24,6 @@ qtcreator-* # Emacs .#* -# Ament custom files +# Colcon custom files +COLCON_IGNORE AMENT_IGNORE |