forked from introlab/rtabmap
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added .settings to ignore when packaging source
git-svn-id: http://rtabmap.googlecode.com/svn/trunk/rtabmap@1348 f169173b-cf89-36c8-b27e-44dbe73f0c83
- Loading branch information
matlabbe
committed
Jun 11, 2014
1 parent
42862c9
commit 8b82cc2
Showing
3 changed files
with
5 additions
and
15 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -253,6 +253,7 @@ SET(CPACK_PACKAGE_CONTACT "[email protected]") | |
|
||
set(CPACK_SOURCE_IGNORE_FILES | ||
"\\\\.svn/" | ||
"\\\\.settings/" | ||
"${PROJECT_SOURCE_DIR}/build/[a-zA-Z0-9_]+" | ||
"~$" | ||
"${PROJECT_SOURCE_DIR}/bin/.*${PROJECT_PREFIX}" | ||
|