.gitignore support plugin v0.4
Version 0.4
- Show ignored files by specified Gitignore file (right click on
.gitignore
file) - Add selected file/directory to Gitignore rules from popup menu
- Negation syntax style changed (also fixes #15)
- Fixed problem with negation (AssertionError) (#10)
- Fixed problem with template's wrong line separator (#13)
- Fixed NoSuchMethodError if older SDK does not support notification panel's icon (#14)
- Rewritten BNF and JFlex rules