forked from 4am-robotics/cob_command_tools
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
39 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,26 +1,42 @@ | ||
# default .gitignore file for ipa320 repositories | ||
# master file can be found in https://github.com/ipa320/care-o-bot/blob/indigo_dev/.gitignore | ||
|
||
build/ | ||
bin/ | ||
lib/ | ||
|
||
# generated docs | ||
*.dox | ||
*.wikidoc | ||
|
||
# eclipse | ||
.project | ||
.cproject | ||
|
||
# qcreator | ||
qtcreator-* | ||
*.user | ||
|
||
# Emacs | ||
.#* | ||
|
||
# VI/VIM | ||
*.swp | ||
|
||
# python files | ||
*.pcd | ||
*.pyc | ||
*.pco | ||
|
||
# temporary files | ||
*~ | ||
|
||
# autogenerated folders | ||
bin | ||
build | ||
lib | ||
__pycache__ | ||
msg_gen | ||
srv_gen | ||
|
||
# autogenerated msgs | ||
*Action.msg | ||
*Action.py | ||
*ActionFeedback.msg | ||
*ActionFeedback.py | ||
*ActionGoal.msg | ||
*ActionGoal.py | ||
*Feedback.msg | ||
*Feedback.py | ||
*Goal.msg | ||
*Goal.py | ||
*Result.msg | ||
*Result.py | ||
*.pyc | ||
.metadata | ||
# merge conflict files | ||
*.orig | ||
*BACKUP* | ||
*BASE* | ||
*LOCAL* | ||
*REMOTE* | ||
|
||
# Catkin custom files | ||
CATKIN_IGNORE |