diff --git a/.gitignore b/.gitignore index c98a0cc..4e3cd3a 100644 --- a/.gitignore +++ b/.gitignore @@ -51,3 +51,9 @@ npm* .idea *.ipr *.iws +*.sublime-project +*.sublime-workspace +.*.swp +.svn +.hg +CVS \ No newline at end of file diff --git a/.npmignore b/.npmignore deleted file mode 100644 index c4362ce..0000000 --- a/.npmignore +++ /dev/null @@ -1,13 +0,0 @@ -.*.swp -._* -.DS_Store -.git -.hg -.lock-wscript -.svn -.wafpickle-* -CVS -npm-debug.log -*.sublime-project -*.sublime-workspace -*_conflict- diff --git a/README.md b/README.md index ebceca7..79f780b 100644 --- a/README.md +++ b/README.md @@ -229,6 +229,7 @@ I am happy to discuss any comments and suggestions. Please feel free to contact | Version | Date | Comment | | -------------- | -------------- | -------- | +| 2.0.5 | 2016-03-02 | changed .gitignore | | 2.0.4 | 2016-02-22 | tiny correction - removed double quotes CPU brand, ... | | 2.0.3 | 2016-02-22 | optimized cpuCurrentspeed | | 2.0.2 | 2016-02-22 | added CoreOS identification |