This is the mail archive of the cygwin-cvs@cygwin.com mailing list for the Cygwin project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[newlib-cygwin] Add *.swp (Vim swap files) to .gitignore


https://sourceware.org/git/gitweb.cgi?p=newlib-cygwin.git;h=727be86828b04e25acc9c9fe88e743b96db5416f

commit 727be86828b04e25acc9c9fe88e743b96db5416f
Author: Corinna Vinschen <corinna@vinschen.de>
Date:   Tue Mar 17 12:03:30 2015 +0100

    Add *.swp (Vim swap files) to .gitignore
    
    Signed-off-by: Corinna Vinschen <corinna@vinschen.de>

Diff:
---
 .gitignore | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.gitignore b/.gitignore
index b325a16..13a554a 100644
--- a/.gitignore
+++ b/.gitignore
@@ -14,6 +14,7 @@
 *.lo
 *.o
 *.pyc
+*.swp
 *.tmp
 
 .deps


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]