From 2d92f81ed9d634621260c4726d1f52a03c0cd7cf Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Thu, 16 Apr 2015 12:27:27 -0500 Subject: [PATCH] Ignore example inputs generated by Python API --- .gitignore | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.gitignore b/.gitignore index e758f64e4..a5cb06dc4 100644 --- a/.gitignore +++ b/.gitignore @@ -11,6 +11,9 @@ # OpenMC executable src/openmc +# Inputs generated from Python API +examples/python/**/*.xml + # emacs backups *~