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 <[email protected]>
AuthorDate: Tue Dec 11 09:01:28 2018 -0800

    GEODE-6160: Properly escape backslashes in .cpackignore (#416)
    
    Co-authored-by: Matthew Reddington <[email protected]>
---
 .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
+

Reply via email to