git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Tell ignore file about generate files in /gitweb/static
@ 2010-08-21 16:18 Mark Rada
  2010-08-22  7:23 ` Junio C Hamano
  0 siblings, 1 reply; 2+ messages in thread
From: Mark Rada @ 2010-08-21 16:18 UTC (permalink / raw)
  To: Git; +Cc: Junio Hamano


Signed-off-by: Mark Rada <marada@uwaterloo.ca>
---

Noticed this while compiling today.

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

diff --git a/.gitignore b/.gitignore
index 1a928c3..20560b8 100644
--- a/.gitignore
+++ b/.gitignore
@@ -158,7 +158,7 @@
 /gitk-git/gitk-wish
 /gitweb/GITWEB-BUILD-OPTIONS
 /gitweb/gitweb.cgi
-/gitweb/gitweb.min.*
+/gitweb/static/gitweb.min.*
 /test-chmtime
 /test-ctype
 /test-date
-- 
1.7.2.2.537.g0cead.dirty

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

end of thread, other threads:[~2010-08-22  7:27 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-08-21 16:18 [PATCH] Tell ignore file about generate files in /gitweb/static Mark Rada
2010-08-22  7:23 ` 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).