From d8e7734ecdb7bad0be21b1f919dcf32c7cb07c93 Mon Sep 17 00:00:00 2001 From: Richard West Date: Mon, 9 Dec 2013 22:49:53 -0500 Subject: [PATCH] Updated .gitignore file --- .gitignore | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/.gitignore b/.gitignore index 175df54102..082648d3a8 100644 --- a/.gitignore +++ b/.gitignore @@ -4,6 +4,9 @@ # ################################################################################ +# MacOS files +.DS_Store + # Compiled Python modules *.pyc *.so @@ -34,3 +37,7 @@ nbproject/* # Unit test files .coverage testing/* +htmlcov/* + +# Quantum Mechanics temporary, cache, and result files +QMfiles/*