gnuastro-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[gnuastro-commits] master 2f2970f 09/32: Adding Vim .swp temporal files


From: Mohammad Akhlaghi
Subject: [gnuastro-commits] master 2f2970f 09/32: Adding Vim .swp temporal files to .gitignore
Date: Wed, 24 Feb 2021 22:36:16 -0500 (EST)

branch: master
commit 2f2970fe7f1e2e74f6c8bd085b28afa61431822c
Author: Raul Infante-Sainz <infantesainz@gmail.com>
Commit: Raul Infante-Sainz <infantesainz@gmail.com>

    Adding Vim .swp temporal files to .gitignore
    
    With this commit, temporal files generated by Vim when openning files
    have been added to `.gitignore'. By doing this, these files are now
    ignored by Git.
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index 5d38b96..8247640 100644
--- a/.gitignore
+++ b/.gitignore
@@ -44,6 +44,7 @@
 *.log
 *.pdf
 *.png
+*.swp
 *.toc
 *.trs
 *.txt



reply via email to

[Prev in Thread] Current Thread [Next in Thread]