From 785618fc53c55565cfe5b6df651ff21537fd9dab Mon Sep 17 00:00:00 2001 From: Greg Corbett Date: Thu, 17 Jan 2019 09:47:29 +0000 Subject: [PATCH] Rework .gitignore to be generic with exceptions - as opposed to an ever growing list of files to ignore --- .gitignore | 23 ++++++----------------- 1 file changed, 6 insertions(+), 17 deletions(-) diff --git a/.gitignore b/.gitignore index a85dbc1..0f3f689 100644 --- a/.gitignore +++ b/.gitignore @@ -1,24 +1,13 @@ -img/UV/ -img/UV/* -img/SKA/ -img/SKA/* -img/DataHunt/ -img/DataHunt/* -img/GAIA/ -img/GAIA/* +img/* +!img/Default/* logo.png -scenarios/UV.scibot -scenarios/SKA.scibot -scenarios/Default.scibot -scenarios/DataHunt.scibot -scenarios/GAIA.scibot +scenarios/* -scenarioWriters/ScenarioWriterUV.py -scenarioWriters/ScenarioWriterSKA.py -scenarioWriters/ScenarioWriterDataHunt.py -scenarioWriters/ScenarioWriterGAIA.py +scenarioWriters/*.py +!scenarioWriters/ScenarioWriterBlank.py +!scenarioWriters/ScenarioWriterDefault.py scenarios.zip