1
0
Fork 0
mirror of https://github.com/shouptech/nagios-plugin-check-rabbitmq.git synced 2026-02-03 14:49:41 +00:00

Ignore local simplejson and .env file

This commit is contained in:
Mike Shoup 2015-04-28 13:47:02 -06:00
parent aa55e35cbd
commit ee2e8f05f8

10
.gitignore vendored
View file

@ -55,3 +55,13 @@ docs/_build/
# PyBuilder # PyBuilder
target/ 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