From 230f6138adfcd95025522a91278a52945637c2b4 Mon Sep 17 00:00:00 2001 From: 7929f1cfe06ad78d8b8c60a417e1b4a8de37050c Date: Sat, 6 Jun 2020 21:17:01 +0800 Subject: [PATCH] Add .gitignore --- .gitignore | 60 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 60 insertions(+) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..808fe85 --- /dev/null +++ b/.gitignore @@ -0,0 +1,60 @@ +*~ +~$ +.swp$ +build/ +bin/ +lib/ +msg_gen/ +srv_gen/ +msg/.*Action\.msg$ +msg/.*ActionFeedback\.msg$ +msg/.*ActionGoal\.msg$ +msg/.*ActionResult\.msg$ +msg/.*Feedback\.msg$ +msg/.*Goal\.msg$ +msg/.*Result\.msg$ +msg/_.*\.py$ + +\.pcd$ +.pyc$ + +# Generated by dynamic reconfigure +\.cfgc$ +/cfg/cpp/ +/cfg/.*\.py$ + +# Ignore generated docs +.dox$ +.wikidoc$ + +# eclipse stuff +.project +.cproject + +# qcreator stuff +CMakeLists.txt.user + +srv/_.*\.py$ +\.pcd$ +.pyc$ +qtcreator-* +*.user + +*~$ + +# Emacs +.#* + +# VSCode +.vscode + +# Vim +*.swp + +# Continous Integration +.moveit_ci + +*.pyc + +#gdb +*.gdb