From 264cfdc192cf21519d8d4ad359affb61714050a5 Mon Sep 17 00:00:00 2001 From: etienne-k <2804556+etienne-k@users.noreply.github.com> Date: Wed, 29 Jun 2022 19:02:56 +0200 Subject: [PATCH] Move files into a game-specific subdirectory --- .gitignore | 1 + cresi-bo1.cfg => iw5/cresi-bo1.cfg | 0 cresi-iw5.cfg => iw5/cresi-iw5.cfg | 0 ctf_default.dsr => iw5/ctf_default.dsr | 0 dd_default.dsr => iw5/dd_default.dsr | 0 default.dspl => iw5/default.dspl | 0 dom_default.dsr => iw5/dom_default.dsr | 0 dz_default.dsr => iw5/dz_default.dsr | 0 ffa_default.dsr => iw5/ffa_default.dsr | 0 gg_default.dsr => iw5/gg_default.dsr | 0 hq_default.dsr => iw5/hq_default.dsr | 0 inf_default.dsr => iw5/inf_default.dsr | 0 jug_default.dsr => iw5/jug_default.dsr | 0 kc_default.dsr => iw5/kc_default.dsr | 0 oic_default.dsr => iw5/oic_default.dsr | 0 sab_default.dsr => iw5/sab_default.dsr | 0 sd_default.dsr => iw5/sd_default.dsr | 0 server.cfg => iw5/server.cfg | 0 tdef_default.dsr => iw5/tdef_default.dsr | 0 tdm_default.dsr => iw5/tdm_default.dsr | 0 tj_default.dsr => iw5/tj_default.dsr | 0 21 files changed, 1 insertion(+) rename cresi-bo1.cfg => iw5/cresi-bo1.cfg (100%) rename cresi-iw5.cfg => iw5/cresi-iw5.cfg (100%) rename ctf_default.dsr => iw5/ctf_default.dsr (100%) rename dd_default.dsr => iw5/dd_default.dsr (100%) rename default.dspl => iw5/default.dspl (100%) rename dom_default.dsr => iw5/dom_default.dsr (100%) rename dz_default.dsr => iw5/dz_default.dsr (100%) rename ffa_default.dsr => iw5/ffa_default.dsr (100%) rename gg_default.dsr => iw5/gg_default.dsr (100%) rename hq_default.dsr => iw5/hq_default.dsr (100%) rename inf_default.dsr => iw5/inf_default.dsr (100%) rename jug_default.dsr => iw5/jug_default.dsr (100%) rename kc_default.dsr => iw5/kc_default.dsr (100%) rename oic_default.dsr => iw5/oic_default.dsr (100%) rename sab_default.dsr => iw5/sab_default.dsr (100%) rename sd_default.dsr => iw5/sd_default.dsr (100%) rename server.cfg => iw5/server.cfg (100%) rename tdef_default.dsr => iw5/tdef_default.dsr (100%) rename tdm_default.dsr => iw5/tdm_default.dsr (100%) rename tj_default.dsr => iw5/tj_default.dsr (100%) diff --git a/.gitignore b/.gitignore index ffdc587..a6d9e5d 100644 --- a/.gitignore +++ b/.gitignore @@ -1,4 +1,5 @@ * +!/* !.gitignore !*.cfg !*.dspl diff --git a/cresi-bo1.cfg b/iw5/cresi-bo1.cfg similarity index 100% rename from cresi-bo1.cfg rename to iw5/cresi-bo1.cfg diff --git a/cresi-iw5.cfg b/iw5/cresi-iw5.cfg similarity index 100% rename from cresi-iw5.cfg rename to iw5/cresi-iw5.cfg diff --git a/ctf_default.dsr b/iw5/ctf_default.dsr similarity index 100% rename from ctf_default.dsr rename to iw5/ctf_default.dsr diff --git a/dd_default.dsr b/iw5/dd_default.dsr similarity index 100% rename from dd_default.dsr rename to iw5/dd_default.dsr diff --git a/default.dspl b/iw5/default.dspl similarity index 100% rename from default.dspl rename to iw5/default.dspl diff --git a/dom_default.dsr b/iw5/dom_default.dsr similarity index 100% rename from dom_default.dsr rename to iw5/dom_default.dsr diff --git a/dz_default.dsr b/iw5/dz_default.dsr similarity index 100% rename from dz_default.dsr rename to iw5/dz_default.dsr diff --git a/ffa_default.dsr b/iw5/ffa_default.dsr similarity index 100% rename from ffa_default.dsr rename to iw5/ffa_default.dsr diff --git a/gg_default.dsr b/iw5/gg_default.dsr similarity index 100% rename from gg_default.dsr rename to iw5/gg_default.dsr diff --git a/hq_default.dsr b/iw5/hq_default.dsr similarity index 100% rename from hq_default.dsr rename to iw5/hq_default.dsr diff --git a/inf_default.dsr b/iw5/inf_default.dsr similarity index 100% rename from inf_default.dsr rename to iw5/inf_default.dsr diff --git a/jug_default.dsr b/iw5/jug_default.dsr similarity index 100% rename from jug_default.dsr rename to iw5/jug_default.dsr diff --git a/kc_default.dsr b/iw5/kc_default.dsr similarity index 100% rename from kc_default.dsr rename to iw5/kc_default.dsr diff --git a/oic_default.dsr b/iw5/oic_default.dsr similarity index 100% rename from oic_default.dsr rename to iw5/oic_default.dsr diff --git a/sab_default.dsr b/iw5/sab_default.dsr similarity index 100% rename from sab_default.dsr rename to iw5/sab_default.dsr diff --git a/sd_default.dsr b/iw5/sd_default.dsr similarity index 100% rename from sd_default.dsr rename to iw5/sd_default.dsr diff --git a/server.cfg b/iw5/server.cfg similarity index 100% rename from server.cfg rename to iw5/server.cfg diff --git a/tdef_default.dsr b/iw5/tdef_default.dsr similarity index 100% rename from tdef_default.dsr rename to iw5/tdef_default.dsr diff --git a/tdm_default.dsr b/iw5/tdm_default.dsr similarity index 100% rename from tdm_default.dsr rename to iw5/tdm_default.dsr diff --git a/tj_default.dsr b/iw5/tj_default.dsr similarity index 100% rename from tj_default.dsr rename to iw5/tj_default.dsr