changed .gitignore

This commit is contained in:
Sebastian Hildebrandt 2016-03-02 09:30:54 +01:00
parent 011d513533
commit fda231adce
3 changed files with 7 additions and 13 deletions

6
.gitignore vendored
View File

@ -51,3 +51,9 @@ npm*
.idea .idea
*.ipr *.ipr
*.iws *.iws
*.sublime-project
*.sublime-workspace
.*.swp
.svn
.hg
CVS

View File

@ -1,13 +0,0 @@
.*.swp
._*
.DS_Store
.git
.hg
.lock-wscript
.svn
.wafpickle-*
CVS
npm-debug.log
*.sublime-project
*.sublime-workspace
*_conflict-

View File

@ -229,6 +229,7 @@ I am happy to discuss any comments and suggestions. Please feel free to contact
| Version | Date | Comment | | 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.4 | 2016-02-22 | tiny correction - removed double quotes CPU brand, ... |
| 2.0.3 | 2016-02-22 | optimized cpuCurrentspeed | | 2.0.3 | 2016-02-22 | optimized cpuCurrentspeed |
| 2.0.2 | 2016-02-22 | added CoreOS identification | | 2.0.2 | 2016-02-22 | added CoreOS identification |