From a03d1643945661ae3a5d5f5a68aab8fe2b3fd0eb Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Wed, 7 Sep 2011 18:57:57 -0400 Subject: [PATCH] Updated .gitignore file. --- .gitignore | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index a4c424cb4d..7a193f890a 100644 --- a/.gitignore +++ b/.gitignore @@ -2,5 +2,10 @@ *.o *.mod *.log +src/openmc + # emacs backups -*~ \ No newline at end of file +*~ + +# Documentation builds +docs/build \ No newline at end of file