Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Entries for existing archives *.7z, *.egg, etc, are marked as covered by */ #565

Closed
1 of 2 tasks
AndrewUshakov opened this issue Oct 24, 2018 · 2 comments
Closed
1 of 2 tasks

Comments

@AndrewUshakov
Copy link

Prerequisites

  • Plugin is in the latest version
  • [X ] Issue was not reported yet
  • Stack trace (if provided) contains mobi.hsz.idea.gitignore package name

Description

False positive...

Steps to Reproduce

  1. Add to directory any archive, say 7z-file.
  2. Add .gitignore file like:
*/
*.7z
  1. Open .gitignore in Pycharm.

Expected behavior:

No errors.

Actual behavior:

line with .7z in the .gitignore file will be highlighted with message '.7z' is covered by '*/'. 7z-file will be shown in the project pane as ignored. If remove this line from .gitignore, 7z-file in the project view will be untracked. So the problem is with the visualization of .gitignore file only.

Reproduces how often:

100%

Versions

Plugin:

v3.0.0.182

IDE:

Pycharm 2018.3 EAP 7

OS:

Windows 7.1 64 bit

Additional Information

@hsz hsz added this to the v3.1.0 milestone May 7, 2019
@hsz
Copy link
Member

hsz commented May 7, 2019

@AndrewUshakov Thank you for creating this issue. It's fixed and will be released with v3.1.0

@hsz
Copy link
Member

hsz commented May 13, 2019

Fixed and released with v3.1.1

@hsz hsz closed this as completed May 13, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants