Adding custom version of QualysAPI
This commit is contained in:
47
deps/qualysapi/.gitignore
vendored
Normal file
47
deps/qualysapi/.gitignore
vendored
Normal file
@ -0,0 +1,47 @@
|
||||
*.py[cod]
|
||||
|
||||
# C extensions
|
||||
*.so
|
||||
|
||||
# Packages
|
||||
*.egg
|
||||
*.egg-info
|
||||
dist
|
||||
build
|
||||
eggs
|
||||
parts
|
||||
bin
|
||||
var
|
||||
sdist
|
||||
develop-eggs
|
||||
.installed.cfg
|
||||
lib
|
||||
lib64
|
||||
|
||||
# Installer logs
|
||||
pip-log.txt
|
||||
|
||||
# Unit test / coverage reports
|
||||
.coverage
|
||||
.tox
|
||||
nosetests.xml
|
||||
|
||||
# Translations
|
||||
*.mo
|
||||
|
||||
# Mr Developer
|
||||
.mr.developer.cfg
|
||||
.project
|
||||
.pydevproject
|
||||
|
||||
# Mac
|
||||
.DS_Store
|
||||
|
||||
# Authenticatin configuration
|
||||
*.qcrc
|
||||
config.qcrc
|
||||
config.ini
|
||||
|
||||
# PyCharm
|
||||
.idea
|
||||
.qcrc.swp
|
Reference in New Issue
Block a user