public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r13-812] Vim swap files not ignored
@ 2022-05-28 15:38 Jeff Law
  0 siblings, 0 replies; only message in thread
From: Jeff Law @ 2022-05-28 15:38 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:ad8f6e23923893b76a21b01dd860db911066d7bb

commit r13-812-gad8f6e23923893b76a21b01dd860db911066d7bb
Author: Bruce Korb <bkorb@gnu.org>
Date:   Sat May 28 09:36:10 2022 -0600

    Vim swap files not ignored
    
    ChangeLog:
    
            * .gitignore: Ignore vim swap files

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

diff --git a/.gitignore b/.gitignore
index 14ee0325176..021a8c74185 100644
--- a/.gitignore
+++ b/.gitignore
@@ -6,6 +6,7 @@
 *~
 .#*
 *#
+.*.swp
 
 *.flt
 *.gmo


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2022-05-28 15:38 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-05-28 15:38 [gcc r13-812] Vim swap files not ignored Jeff Law

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).