git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
890a13a
)
Gitweb: add ignore and clean rules for minified files
author
Mark Rada
<redacted>
Sat, 3 Apr 2010 00:33:55 +0000
(20:33 -0400)
committer
Junio C Hamano
<redacted>
Sat, 3 Apr 2010 04:23:26 +0000
(21:23 -0700)
Signed-off-by: Mark Rada <redacted>
Signed-off-by: Junio C Hamano <redacted>
.gitignore
patch
|
blob
|
history
Makefile
patch
|
blob
|
history
diff --git
a/.gitignore
b/.gitignore
index 7b3acb766491e2e002f293cf9dd50298d0d7d83a..4c2415276fe88677b9b33f9e40b30d3a43f89a33 100644
(file)
--- a/
.gitignore
+++ b/
.gitignore
@@
-156,6
+156,7
@@
/git-core-*/?*
/gitk-git/gitk-wish
/gitweb/gitweb.cgi
+/gitweb/gitweb.min.*
/test-chmtime
/test-ctype
/test-date
diff --git
a/Makefile
b/Makefile
index 8a0f5c4d5b9a7c6c3617708014417b918c0ef034..62a029ccc464b9f4124a66237d5698368b9c445c 100644
(file)
--- a/
Makefile
+++ b/
Makefile
@@
-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
git clone https://git.99rst.org/PROJECT