unofficial mirror of notmuch@notmuchmail.org
 help / color / mirror / code / Atom feed
* [PATCH 2/2] .gitignore: Add common editor droppings
@ 2009-11-18 22:51 Ingmar Vanhassel
  2009-11-19  5:39 ` Karl Wiberg
  0 siblings, 1 reply; 3+ messages in thread
From: Ingmar Vanhassel @ 2009-11-18 22:51 UTC (permalink / raw)
  To: notmuch

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

diff --git a/.gitignore b/.gitignore
index d277c5a..a210779 100644
--- a/.gitignore
+++ b/.gitignore
@@ -2,4 +2,6 @@
 notmuch
 notmuch.1.gz
 *.[ao]
+*~
+.*.swp
 
-- 
1.6.5.2.433.g23cdb

^ permalink raw reply related	[flat|nested] 3+ messages in thread

* Re: [PATCH 2/2] .gitignore: Add common editor droppings
  2009-11-18 22:51 [PATCH 2/2] .gitignore: Add common editor droppings Ingmar Vanhassel
@ 2009-11-19  5:39 ` Karl Wiberg
  2009-11-19 21:37   ` Jeffrey Ollie
  0 siblings, 1 reply; 3+ messages in thread
From: Karl Wiberg @ 2009-11-19  5:39 UTC (permalink / raw)
  To: Ingmar Vanhassel; +Cc: notmuch

On Wed, Nov 18, 2009 at 11:51 PM, Ingmar Vanhassel <ingmar@exherbo.org> wrote:

> diff --git a/.gitignore b/.gitignore
> index d277c5a..a210779 100644
> --- a/.gitignore
> +++ b/.gitignore
> @@ -2,4 +2,6 @@
>  notmuch
>  notmuch.1.gz
>  *.[ao]
> +*~
> +.*.swp

Since these patterns are specific to a user rather than a project,
shouldn't they go in the user's ignore file (~/.gitignore) rather than
the project's?

-- 
Karl Wiberg, kha@treskal.com
   subrabbit.wordpress.com
   www.treskal.com/kalle

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [PATCH 2/2] .gitignore: Add common editor droppings
  2009-11-19  5:39 ` Karl Wiberg
@ 2009-11-19 21:37   ` Jeffrey Ollie
  0 siblings, 0 replies; 3+ messages in thread
From: Jeffrey Ollie @ 2009-11-19 21:37 UTC (permalink / raw)
  To: Karl Wiberg; +Cc: notmuch

On Wed, Nov 18, 2009 at 11:39 PM, Karl Wiberg <kha@treskal.com> wrote:
>
> Since these patterns are specific to a user rather than a project,
> shouldn't they go in the user's ignore file (~/.gitignore) rather than
> the project's?

If every user could be counted on to put them in their personal
.gitignore probably not, but I think that it's good practice to at
least ignore the stuff that emacs and vim use for temporary files and
backups.

-- 
Jeff Ollie

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-11-19 21:45 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-18 22:51 [PATCH 2/2] .gitignore: Add common editor droppings Ingmar Vanhassel
2009-11-19  5:39 ` Karl Wiberg
2009-11-19 21:37   ` Jeffrey Ollie

Code repositories for project(s) associated with this public inbox

	https://yhetil.org/notmuch.git/

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).