git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH 1/2] Documentation: ignore *.pdf files
@ 2011-08-08  8:33 Emilio G. Cota
  2011-08-08  8:33 ` [PATCH 2/2] Documentation/Makefile: add *.pdf to `clean' target Emilio G. Cota
  0 siblings, 1 reply; 3+ messages in thread
From: Emilio G. Cota @ 2011-08-08  8:33 UTC (permalink / raw)
  To: gitster; +Cc: git, Emilio G. Cota

From: "Emilio G. Cota" <cota@braap.org>

user-manual.pdf is generated by the build and therefore
should be ignored by git.

Signed-off-by: Emilio G. Cota <cota@braap.org>
---
 Documentation/.gitignore |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/Documentation/.gitignore b/Documentation/.gitignore
index 1c3a9fe..d62aebd 100644
--- a/Documentation/.gitignore
+++ b/Documentation/.gitignore
@@ -3,6 +3,7 @@
 *.[1-8]
 *.made
 *.texi
+*.pdf
 git.info
 gitman.info
 howto-index.txt
-- 
1.7.6

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

end of thread, other threads:[~2011-08-08 19:23 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-08  8:33 [PATCH 1/2] Documentation: ignore *.pdf files Emilio G. Cota
2011-08-08  8:33 ` [PATCH 2/2] Documentation/Makefile: add *.pdf to `clean' target Emilio G. Cota
2011-08-08 17:14   ` Junio C Hamano

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 NNTP newsgroup(s).