You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@geode.apache.org by bb...@apache.org on 2018/12/11 17:01:32 UTC

[geode-native] branch develop updated: GEODE-6160: Properly escape backslashes in .cpackignore (#416)

This is an automated email from the ASF dual-hosted git repository.

bbender pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git


The following commit(s) were added to refs/heads/develop by this push:
     new c91ab3d  GEODE-6160: Properly escape backslashes in .cpackignore (#416)
c91ab3d is described below

commit c91ab3d6f374870c9503762657baa3e01617f71d
Author: Blake Bender <ek...@hotmail.com>
AuthorDate: Tue Dec 11 09:01:28 2018 -0800

    GEODE-6160: Properly escape backslashes in .cpackignore (#416)
    
    Co-authored-by: Matthew Reddington <mr...@pivotal.io>
---
 .cpackignore | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/.cpackignore b/.cpackignore
index 7881528..dfa89f11 100644
--- a/.cpackignore
+++ b/.cpackignore
@@ -1,16 +1,17 @@
-/\.git/
-/\.DS_Store
+/\\.git/
+/\\.DS_Store
 
 /build-.*/
 
 /build/
-/\.settings/
-/\.cproject
-/\.project
-/\.idea/
-\.vs/
-\.vscode/
+/\\.settings/
+/\\.cproject
+/\\.project
+/\\.idea/
+\\.vs/
+\\.vscode/
 
 /examples/dotnet/.*/bin/
 /examples/dotnet/.*/obj/
-\.ruby-version
+\\.ruby-version
+