All of lore.kernel.org
 help / color / mirror / Atom feed
* master - gitignore: Ignore files ending in ~
@ 2012-06-11 15:17 Alasdair Kergon
  0 siblings, 0 replies; only message in thread
From: Alasdair Kergon @ 2012-06-11 15:17 UTC (permalink / raw)
  To: lvm-devel

Gitweb:        http://git.fedorahosted.org/git/?p=lvm2.git;a=commitdiff;h=2955f13ecc5cd654b7b332e7d8e03c481ec67ea5
Commit:        2955f13ecc5cd654b7b332e7d8e03c481ec67ea5
Parent:        05fb5158635ef47f5c9083f2f4cc1871d0de1d0a
Author:        Alasdair G Kergon <agk@redhat.com>
AuthorDate:    Mon Jun 11 16:13:02 2012 +0100
Committer:     Alasdair G Kergon <agk@redhat.com>
CommitterDate: Mon Jun 11 16:13:02 2012 +0100

gitignore: Ignore files ending in ~

---
 .gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/.gitignore b/.gitignore
index aa545b3..52663d4 100644
--- a/.gitignore
+++ b/.gitignore
@@ -8,6 +8,7 @@
 *.so
 *.so.*
 *.swp
+*~
 
 .export.sym
 .exported_symbols_generated



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

only message in thread, other threads:[~2012-06-11 15:17 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-06-11 15:17 master - gitignore: Ignore files ending in ~ Alasdair Kergon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.