From ee2e8f05f89be2de1ebedacf8f61c7a12e54aa54 Mon Sep 17 00:00:00 2001 From: Mike Shoup Date: Tue, 28 Apr 2015 13:47:02 -0600 Subject: [PATCH] Ignore local simplejson and .env file --- .gitignore | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/.gitignore b/.gitignore index ba74660..fffe60f 100644 --- a/.gitignore +++ b/.gitignore @@ -55,3 +55,13 @@ docs/_build/ # PyBuilder target/ + +# simplejson +# This is added because I'm using this program on a box with Python 2.4, and +# simplejson is needed for json processing. I don't have an easy way to install +# the simplejson package, so I store with the program in the Nagios libexec +# folder. +simplejson/ + +# Ignore autoenv file +.env