From d8eff2aa4e5a5815f79c1f85ca4585e1fae22e2a Mon Sep 17 00:00:00 2001 From: Sebastien Bourdeauducq Date: Mon, 22 May 2017 16:49:11 +0800 Subject: [PATCH] update/cleanup gitignore --- .gitignore | 17 +++-------------- 1 file changed, 3 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index cc1c09c21..f01a7f2e6 100644 --- a/.gitignore +++ b/.gitignore @@ -18,18 +18,7 @@ __pycache__/ /misoc_*/ /artiq/test/results -/artiq/examples/master/results -/artiq/examples/master/last_rid.pyon -/artiq/examples/master/dataset_db.pyon -/artiq/examples/sim/results -/artiq/examples/sim/dataset_db.pyon -# recommended location for testbed -/run -# alternatively, when testing ad-hoc experiments at the root: -/repository/ -/results -/last_rid.pyon -/dataset_db.pyon -/device_db*.pyon -/test*.py +/artiq/examples/*/results +/artiq/examples/*/last_rid.pyon +/artiq/examples/*/dataset_db.pyon