From a073ccab6aed51a68535d7d11d3ddcf5e9c29d2f Mon Sep 17 00:00:00 2001 From: Matěj Cepl Date: Thu, 24 Jun 2010 13:17:22 +0200 Subject: Fix some hg metadata --- .hgignore | 2 +- Makefile | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.hgignore b/.hgignore index f34ad97..72f65cd 100644 --- a/.hgignore +++ b/.hgignore @@ -1,6 +1,6 @@ syntax: glob *~ tmp/* -.project/* +.project .settings/* *.xpi diff --git a/Makefile b/Makefile index e273aca..55bf56d 100644 --- a/Makefile +++ b/Makefile @@ -10,5 +10,5 @@ local-install: bugzilla-triage.xpi $(WEBDIR)/ceplovi.cz/matej/progs/data/ rsync -av bugzilla-triage.xpi $(WEBDIR)/fedorapeople/scripts/ -bugzilla-triage.xpi: +bugzilla-triage.xpi: package.json lib/*.js docs/* cfx xpi -- cgit