Skip to content

Commit

Permalink
add gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
fmessmer committed Mar 11, 2014
1 parent dda6262 commit 7ddabb1
Showing 1 changed file with 25 additions and 0 deletions.
25 changes: 25 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# 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

0 comments on commit 7ddabb1

Please sign in to comment.