Skip to content

Commit

Permalink
use default ipa320 .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
fmessmer authored Feb 15, 2017
1 parent d7c705f commit 45c409d
Showing 1 changed file with 39 additions and 23 deletions.
62 changes: 39 additions & 23 deletions .gitignore
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

0 comments on commit 45c409d

Please sign in to comment.