From 057b5d9f35f70e7ced20a2edecb0b4414e676e0e Mon Sep 17 00:00:00 2001 From: Robert Jordens Date: Mon, 18 Jan 2016 16:46:46 -0700 Subject: [PATCH] gitignore: ignore ad-hoc experiments at the top level --- .gitignore | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index f26b937e7..8e6f4f618 100644 --- a/.gitignore +++ b/.gitignore @@ -16,11 +16,14 @@ __pycache__/ /artiq/test/results /artiq/test/h5types.h5 -/results -/h5types.h5 /examples/master/results /examples/master/dataset_db.pyon /examples/sim/results /examples/sim/dataset_db.pyon + +# when testing ad-hoc experiments at the root: /device_db.pyon /dataset_db.pyon +/results +/h5types.h5 +/test*.py