Skip to content

Commit

Permalink
adds .gitignore
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Medvedev committed Oct 27, 2013
1 parent 3c3f7cc commit 069aacf
Showing 1 changed file with 36 additions and 0 deletions.
36 changes: 36 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,36 @@
*.py[cod]

# Packages
*.egg
*.egg-info
dist
build
eggs
parts
bin
var
sdist
develop-eggs
.installed.cfg
lib
lib64

# Installer logs
pip-log.txt

# Mr Developer
.mr.developer.cfg
.project
.cproject
cmake_install.cmake
.pydevproject
*.swp
CATKIN_IGNORE
catkin
catkin_generated
devel

*.smoketest
*.cfgc
msg_gen
srv_gen

0 comments on commit 069aacf

Please sign in to comment.