diff --git a/.gitignore b/.gitignore index 8a01ac4..b33bb7f 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,7 @@ +# Linspector +log/*.log +log/*.log.* + # ---> Python # Byte-compiled / optimized / DLL files __pycache__/ @@ -134,7 +138,6 @@ dmypy.json *.iml out/ - # ---> Lua # Compiled Lua sources luac.out diff --git a/README.md b/README.md index a98f2b4..0576f47 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Linspector Infrastructure and System Monitoring +# Linspector System Monitoring #### Linspector is not some program expecting computers to obviously run... diff --git a/bin/linspector b/bin/linspector index 6a83216..920d19a 100755 --- a/bin/linspector +++ b/bin/linspector @@ -34,7 +34,7 @@ from linspector.core.monitors import Monitors # i currently only increase the 3rd number because the goal is that 0.19 will become the first # stable version. -__version__ = '0.19.24.dev1' +__version__ = '0.19.25.dev1' __author__ = 'Johannes Findeisen ' logger = logging.getLogger('linspector')