You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@trafficserver.apache.org by ig...@apache.org on 2013/01/30 17:32:28 UTC

git commit: Delete .git* in asf-dist: Target

Updated Branches:
  refs/heads/3.2.x 80de24637 -> 6e2e21ead


Delete .git* in asf-dist: Target

This commit should make everyone happy.


Project: http://git-wip-us.apache.org/repos/asf/trafficserver/repo
Commit: http://git-wip-us.apache.org/repos/asf/trafficserver/commit/6e2e21ea
Tree: http://git-wip-us.apache.org/repos/asf/trafficserver/tree/6e2e21ea
Diff: http://git-wip-us.apache.org/repos/asf/trafficserver/diff/6e2e21ea

Branch: refs/heads/3.2.x
Commit: 6e2e21eadeebc8e16920a9e83d8a75d22c7eac44
Parents: 80de246
Author: Igor Galić <i....@brainsware.org>
Authored: Wed Jan 30 09:29:48 2013 +0100
Committer: Igor Galić <i....@brainsware.org>
Committed: Wed Jan 30 17:32:05 2013 +0100

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


http://git-wip-us.apache.org/repos/asf/trafficserver/blob/6e2e21ea/Makefile.am
----------------------------------------------------------------------
diff --git a/Makefile.am b/Makefile.am
index 9a6bb8a..a6a0b93 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -48,7 +48,7 @@ asf-distdir:
 	@$(am__remove_distdir)
 	test -d .git && git clone . $(distdir) || svn export . $(distdir)
 	cd $(distdir) && autoreconf -i
-	rm -rf $(distdir)/autom4te.cache $(distdir)/.git
+	rm -rf -- $(distdir)/autom4te.cache $(distdir)/.git $(distdir)/.gitignore
 
 asf-dist: asf-distdir
 	tardir=$(distdir) && $(am__tar) | bzip2 -9 -c >$(distdir).tar.bz2