You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2021/08/09 18:22:10 UTC

[activemq-artemis] branch main updated: NO-JIRA Adding vim .swp and .swo files into .gitignore

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

clebertsuconic pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/main by this push:
     new d950e1b  NO-JIRA Adding vim .swp and .swo files into .gitignore
d950e1b is described below

commit d950e1b4cca5526f3f1b2506bd14feb3b0f879f6
Author: Clebert Suconic <cl...@apache.org>
AuthorDate: Mon Aug 9 14:20:25 2021 -0400

    NO-JIRA Adding vim .swp and .swo files into .gitignore
    
    Just to avoid a mistake like it happened on f593a2de923a944393bf1e06b278b2415cebad9f
---
 .gitignore | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/.gitignore b/.gitignore
index 195c428..21e40d0 100644
--- a/.gitignore
+++ b/.gitignore
@@ -16,6 +16,8 @@ ratReport.txt
 **/.editorconfig
 **/derby.log
 **/.DS_Store
+**/*.swp
+**/*.swo
 
 # for native build
 CMakeCache.txt