|
From: Mark Rada <marada <at> uwaterloo.ca>
Subject: [PATCH] Tell ignore file about generate files in /gitweb/static Newsgroups: gmane.comp.version-control.git Date: 2010-08-21 16:18:37 GMT (1 year, 24 weeks, 4 days and 5 minutes ago) Signed-off-by: Mark Rada <marada <at> 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 |
|