Skip to content

Commit

Permalink
Release 0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
barulicm committed May 17, 2016
0 parents commit 5f0f33b
Show file tree
Hide file tree
Showing 184 changed files with 20,611 additions and 0 deletions.
95 changes: 95 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,95 @@
# Folders I know to ignore
bin/
build/
devel/
lib/
doc/
docs/
cpp/

#ROS generated custom message header
*/msg_gen/
*/srv_gen/

#ROS logs hanging around
*.log

# any autosave files
*~

# Compiled Python files
*.pyc

# Compiled Object files
*.slo
*.lo
*.o

# Compiled Dynamic libraries
*.so

# Compiled Static libraries
*.lai
*.la
*.a

# images
*.png

########################
# Eclipse project files#
########################
*.pydevproject
.project
.metadata
bin/**
tmp/**
tmp/**/*
*.tmp
*.bakgpsWaypoint_paramsConfig.h

*.swp
*~.nib
local.properties
.classpath
.settings/
.loadpath

# External tool builders
.externalToolBuilders/

# Locally stored "Eclipse launch configurations"
#*.launch

# CDT-specific
.cproject

# PDT-specific
.buildpath
########################

#ptam third party stuff
vision/thirdparty/*
*/thirdparty/*
vision/thirdparty/libcvd/version.txt


#matlab-generated header files
matlab_gen*

# ROSNOBUILD files used to accelerate compilation
ROS_NOBUILD

# autogenerated param stuff
control/include/control/gpsWaypoint_paramsConfig.h


vision/docs/

# autogenerated file for waypoint following
control/include/control/gpsWaypoint_paramsConfig.h

##########################
# Qt user-specific files #
##########################
*.user
Loading

0 comments on commit 5f0f33b

Please sign in to comment.