From 5c8cacd0462c3c6e8d8ddb3a91d45a87ff836b3e Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Wed, 5 Oct 2011 19:22:12 -0400 Subject: [PATCH] Updated gitignore. --- .gitignore | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 631d549f8b..cdf823dcd9 100644 --- a/.gitignore +++ b/.gitignore @@ -3,10 +3,18 @@ *.mod *.log *.out + +# OpenMC executable src/openmc # emacs backups *~ # Documentation builds -docs/build \ No newline at end of file +docs/build + +# xml-fortran reader +src/xml-fortran/xmlreader + +# Modules built from XML templates +src/xml-fortran/templates/*.f90