From ad35a4a78e07cda94819e317ddb4a084ffc41cd9 Mon Sep 17 00:00:00 2001 From: Gavin Ridley Date: Sat, 3 Oct 2020 11:18:48 -0400 Subject: [PATCH] update name of example problem directories in gitignore --- .gitignore | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 0167ec78a..6838e7568 100644 --- a/.gitignore +++ b/.gitignore @@ -14,7 +14,7 @@ dist/ openmc.egg-info/ # Inputs generated from Python API -examples/python/**/*.xml +examples/**/*.xml # emacs and vim backups *~ @@ -115,4 +115,4 @@ out/ CMakeSettings.json # Visual Studio Code configuration files -.vscode/ \ No newline at end of file +.vscode/