From f9d8df8cea5b12d88fe026bd8af34c2b89d0ecad Mon Sep 17 00:00:00 2001 From: "eehouse@eehouse.org" Date: Wed, 14 Jul 2010 06:29:50 -0700 Subject: [PATCH] don't track xwrelay.conf so local changes don't show as local mods --- xwords4/relay/.gitignore | 1 + xwords4/relay/{xwrelay.conf => xwrelay.conf_tmplate} | 0 2 files changed, 1 insertion(+) rename xwords4/relay/{xwrelay.conf => xwrelay.conf_tmplate} (100%) diff --git a/xwords4/relay/.gitignore b/xwords4/relay/.gitignore index b9a92b63a..914cf7de3 100644 --- a/xwords4/relay/.gitignore +++ b/xwords4/relay/.gitignore @@ -2,3 +2,4 @@ xwrelay.log xwrelay.pid xwrelay +xwrelay.conf diff --git a/xwords4/relay/xwrelay.conf b/xwords4/relay/xwrelay.conf_tmplate similarity index 100% rename from xwords4/relay/xwrelay.conf rename to xwords4/relay/xwrelay.conf_tmplate