Skip to content

Commit 8830bf4

Browse files
ferrous26gitster
authored andcommitted
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>
1 parent 890a13a commit 8830bf4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -156,6 +156,7 @@
156156
/git-core-*/?*
157157
/gitk-git/gitk-wish
158158
/gitweb/gitweb.cgi
159+
/gitweb/gitweb.min.*
159160
/test-chmtime
160161
/test-ctype
161162
/test-date

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2085,7 +2085,7 @@ clean:
20852085
$(RM) $(htmldocs).tar.gz $(manpages).tar.gz
20862086
$(MAKE) -C Documentation/ clean
20872087
ifndef NO_PERL
2088-
$(RM) gitweb/gitweb.cgi
2088+
$(RM) gitweb/gitweb.cgi gitweb/gitweb.min.*
20892089
$(MAKE) -C perl clean
20902090
endif
20912091
ifndef NO_PYTHON

0 commit comments

Comments
 (0)