You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@phoenix.apache.org by vi...@apache.org on 2018/12/18 23:58:44 UTC

[phoenix-connectors] 05/15: Add ignore file that is version backup.

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

vincentpoon pushed a commit to branch 4.x-HBase-1.4
in repository https://gitbox.apache.org/repos/asf/phoenix-connectors.git

commit 46a4a444d5d66eb7faaf9c34971ce40df2db869f
Author: combine <co...@combine-XPS-15-9560>
AuthorDate: Wed Apr 11 14:10:25 2018 +0900

    Add ignore file that is version backup.
---
 .gitignore                           | 7 ++++---
 hbase-testing-util-shaded/.gitignore | 5 +++--
 phoenix-core-shaded/.gitignore       | 5 +++--
 3 files changed, 10 insertions(+), 7 deletions(-)

diff --git a/.gitignore b/.gitignore
index a59dec4..6e14f70 100644
--- a/.gitignore
+++ b/.gitignore
@@ -1,5 +1,6 @@
 /target
-/.classpath
-/.project
 /.settings/
-/test-output/
\ No newline at end of file
+/test-output/
+.classpath
+.project
+*.versionsBackup
\ No newline at end of file
diff --git a/hbase-testing-util-shaded/.gitignore b/hbase-testing-util-shaded/.gitignore
index 982be86..93a76e1 100644
--- a/hbase-testing-util-shaded/.gitignore
+++ b/hbase-testing-util-shaded/.gitignore
@@ -1,6 +1,7 @@
 /target
-/.classpath
-/.project
 /.settings/
 /test-output/
+.classpath
+.project
+*.versionsBackup
 dependency-reduced-pom.xml
\ No newline at end of file
diff --git a/phoenix-core-shaded/.gitignore b/phoenix-core-shaded/.gitignore
index 982be86..93a76e1 100644
--- a/phoenix-core-shaded/.gitignore
+++ b/phoenix-core-shaded/.gitignore
@@ -1,6 +1,7 @@
 /target
-/.classpath
-/.project
 /.settings/
 /test-output/
+.classpath
+.project
+*.versionsBackup
 dependency-reduced-pom.xml
\ No newline at end of file