aboutsummaryrefslogtreecommitdiffstats
path: root/community
diff options
context:
space:
mode:
authorMartin Woodward <martinwoodward@github.com>2021-05-09 14:41:47 +0100
committerGitHub <noreply@github.com>2021-05-09 14:41:47 +0100
commitb3fe09bd7d4647552aa53130aeb16ef33489d4f9 (patch)
tree92fe17dcceff517226e4eab598cf020953d1a0fa /community
parent5423fe33d9a71df6ce11150e3fff58b421b2cae9 (diff)
downloadgitignore-b3fe09bd7d4647552aa53130aeb16ef33489d4f9.tar.gz
gitignore-b3fe09bd7d4647552aa53130aeb16ef33489d4f9.zip
Move into community folder
Diffstat (limited to 'community')
-rw-r--r--community/ROS2.gitignore29
1 files changed, 29 insertions, 0 deletions
diff --git a/community/ROS2.gitignore b/community/ROS2.gitignore
new file mode 100644
index 00000000..6cc824d8
--- /dev/null
+++ b/community/ROS2.gitignore
@@ -0,0 +1,29 @@
+install/
+log/
+build/
+
+# Ignore generated docs
+*.dox
+*.wikidoc
+
+# eclipse stuff
+.project
+.cproject
+
+# qcreator stuff
+CMakeLists.txt.user
+
+srv/_*.py
+*.pcd
+*.pyc
+qtcreator-*
+*.user
+
+*~
+
+# Emacs
+.#*
+
+# Colcon custom files
+COLCON_IGNORE
+AMENT_IGNORE