From 6940d98ca2cc07fa92e6ac4deb65da8174e8dd4d Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Mon, 18 Jan 2016 19:03:13 -0700 Subject: [PATCH] gitignore: minor tweaks, recommend /run for testbed --- .gitignore | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 8e6f4f618..c30828063 100644 --- a/.gitignore +++ b/.gitignore @@ -13,6 +13,7 @@ __pycache__/ /.coverage /artiq/test/lit/*/Output/ /artiq/binaries +/misoc_*/ /artiq/test/results /artiq/test/h5types.h5 @@ -21,7 +22,9 @@ __pycache__/ /examples/sim/results /examples/sim/dataset_db.pyon -# when testing ad-hoc experiments at the root: +# recommended location for testbed +/run +# alternatively, when testing ad-hoc experiments at the root: /device_db.pyon /dataset_db.pyon /results