Skip to content

Commit

Permalink
Update ignore file to ROS Standard
Browse files Browse the repository at this point in the history
This is the default file for ROS from GitHub.com plus a few
updates.
  • Loading branch information
mdhorn authored and reaganlo committed Mar 18, 2016
1 parent bb1874d commit cc88c72
Showing 1 changed file with 43 additions and 6 deletions.
49 changes: 43 additions & 6 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,15 +1,52 @@
# git ls-files --others --exclude-from=.git/info/exclude
# Lines that start with '#' are comments.
# See http://git-scm.com/docs/gitignore

# Don't check in Top Level CMakeLists.txt
/CMakeLists.txt
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

# Ignore all Linux Editor revision save files
*~
# Generated by dynamic reconfigure
*.cfgc
/cfg/cpp/
/cfg/*.py

# Ignore generated docs
*.dox
*.wikidoc

# Ignore all hidden files
# eclipse stuff
.project
.cproject
.settings

# qcreator stuff
CMakeLists.txt.user

srv/_*.py
*.pcd
*.pyc
qtcreator-*
*.user

/planning/cfg
/planning/docs
/planning/src

# Ignore all Linux Editor revision save files
*~

# Emacs
.#*

# Catkin custom files
CATKIN_IGNORE

0 comments on commit cc88c72

Please sign in to comment.