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:
parent
aa55e35cbd
commit
ee2e8f05f8
1 changed files with 10 additions and 0 deletions
10
.gitignore
vendored
10
.gitignore
vendored
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue