Browse Source

Gitweb: add ignore and clean rules for minified files

Signed-off-by: Mark Rada <marada@uwaterloo.ca>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Mark Rada 15 years ago committed by Junio C Hamano
parent
commit
8830bf4bc5
  1. 1
      .gitignore
  2. 2
      Makefile

1
.gitignore vendored

@ -156,6 +156,7 @@ @@ -156,6 +156,7 @@
/git-core-*/?*
/gitk-git/gitk-wish
/gitweb/gitweb.cgi
/gitweb/gitweb.min.*
/test-chmtime
/test-ctype
/test-date

2
Makefile

@ -2085,7 +2085,7 @@ clean: @@ -2085,7 +2085,7 @@ clean:
$(RM) $(htmldocs).tar.gz $(manpages).tar.gz
$(MAKE) -C Documentation/ clean
ifndef NO_PERL
$(RM) gitweb/gitweb.cgi
$(RM) gitweb/gitweb.cgi gitweb/gitweb.min.*
$(MAKE) -C perl clean
endif
ifndef NO_PYTHON

Loading…
Cancel
Save