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

dongjoon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/orc.git


The following commit(s) were added to refs/heads/main by this push:
     new dee2b0d80 MINOR: Use `*.swp` instead of `.swp`
dee2b0d80 is described below

commit dee2b0d80f94a187d48f81a2aa7c4b229c9fd564
Author: Dongjoon Hyun <[email protected]>
AuthorDate: Sun Dec 3 12:20:32 2023 -0800

    MINOR: Use `*.swp` instead of `.swp`
---
 .gitignore | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitignore b/.gitignore
index 78f077819..c0a4d44e0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -12,4 +12,4 @@ dependency-reduced-pom.xml
 .DS_Store
 .java-version
 java/bench/data
-.swp
+*.swp

Reply via email to