* [PATCH] fix .gitignore for gzipped man pages
@ 2012-01-17 18:16 Jani Nikula
2012-01-17 18:23 ` Jameson Graef Rollins
2012-01-17 18:57 ` David Bremner
0 siblings, 2 replies; 3+ messages in thread
From: Jani Nikula @ 2012-01-17 18:16 UTC (permalink / raw)
To: notmuch
---
.gitignore | 1 -
man/.gitignore | 2 ++
2 files changed, 2 insertions(+), 1 deletions(-)
create mode 100644 man/.gitignore
diff --git a/.gitignore b/.gitignore
index d64ec9f..d428290 100644
--- a/.gitignore
+++ b/.gitignore
@@ -7,7 +7,6 @@ tags
/notmuch
notmuch.sym
notmuch-shared
-notmuch.1.gz
libnotmuch.so*
libnotmuch*.dylib
*.[ao]
diff --git a/man/.gitignore b/man/.gitignore
new file mode 100644
index 0000000..26ead20
--- /dev/null
+++ b/man/.gitignore
@@ -0,0 +1,2 @@
+# ignore gzipped man pages
+*.[0-9].gz
--
1.7.5.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] fix .gitignore for gzipped man pages
2012-01-17 18:16 [PATCH] fix .gitignore for gzipped man pages Jani Nikula
@ 2012-01-17 18:23 ` Jameson Graef Rollins
2012-01-17 18:57 ` David Bremner
1 sibling, 0 replies; 3+ messages in thread
From: Jameson Graef Rollins @ 2012-01-17 18:23 UTC (permalink / raw)
To: Jani Nikula, notmuch
+1.
jamie.
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] fix .gitignore for gzipped man pages
2012-01-17 18:16 [PATCH] fix .gitignore for gzipped man pages Jani Nikula
2012-01-17 18:23 ` Jameson Graef Rollins
@ 2012-01-17 18:57 ` David Bremner
1 sibling, 0 replies; 3+ messages in thread
From: David Bremner @ 2012-01-17 18:57 UTC (permalink / raw)
To: Jani Nikula, notmuch
On Tue, 17 Jan 2012 20:16:03 +0200, Jani Nikula <jani@nikula.org> wrote:
> ---
> .gitignore | 1 -
> man/.gitignore | 2 ++
pushed,
d
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2012-01-17 18:58 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-17 18:16 [PATCH] fix .gitignore for gzipped man pages Jani Nikula
2012-01-17 18:23 ` Jameson Graef Rollins
2012-01-17 18:57 ` David Bremner
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).