This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH] Add editor-generated files to ignore.


On Thu, 10 Sep 2009, Mark Wielaard wrote:

Yes, seems like a good idea. But, there is a doc/.gitignore file that
these probably should go into.

Thanks, your idea is better :)


commit e41820aff558fe3778a31199b88803f016592bcd
Author: Robb Romans <robb@linux.vnet.ibm.com>
Date:   Thu Sep 10 12:04:04 2009 -0500

Add generated files to .gitignore

diff --git a/doc/.gitignore b/doc/.gitignore
index d8a9330..23d4367 100644
--- a/doc/.gitignore
+++ b/doc/.gitignore
@@ -6,3 +6,5 @@
 *.out
 *.pdf
 *.toc
+*.dvi
+_region_.*


-- Robb Romans IBM LTC Information Development robb@linux.vnet.ibm.com


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]