From f8dffcf9b840611549655df543fdf8424654da78 Mon Sep 17 00:00:00 2001 From: Paul Romano Date: Sun, 31 May 2015 15:25:29 +0700 Subject: [PATCH] Add Python distribution-related directories to .gitignore --- .gitignore | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.gitignore b/.gitignore index a052c2a4a4..bfa33d856a 100644 --- a/.gitignore +++ b/.gitignore @@ -8,6 +8,10 @@ # Compiler python objects *.pyc +# Python distribution +dist/ +openmc.egg-info/ + # Inputs generated from Python API examples/python/**/*.xml