From 7143a7ec8236a1f99de0c2776f940e67780845b3 Mon Sep 17 00:00:00 2001 From: Tully Foote Date: Wed, 24 Nov 2010 19:08:58 -0800 Subject: [PATCH] reving for new release and new gitignore rules --- .gitignore | 6 +++++- CMakeLists.txt | 2 +- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index e700894..85a3a8b 100755 --- a/.gitignore +++ b/.gitignore @@ -4,4 +4,8 @@ doc .project .cproject -Debug \ No newline at end of file +Debug +freenect/libfreenect +*/bin/* +*/lib/* +build \ No newline at end of file diff --git a/CMakeLists.txt b/CMakeLists.txt index d2e8f96..e8f520c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -14,4 +14,4 @@ include($ENV{ROS_ROOT}/core/rosbuild/rosbuild.cmake) # variables. #list(APPEND CPACK_SOURCE_IGNORE_FILES /core/experimental) -rosbuild_make_distribution(0.0.2) +rosbuild_make_distribution(0.0.3)