Fix #1743 by removing */ from the .settings ignore line.

`*/.settings` applies to just the directory below the current one, where there is no such file.
`.settings` applies to all files/directories named such in the whole project.
This commit is contained in:
Paŭlo Ebermann 2015-12-23 19:12:03 +01:00
parent 55fece195d
commit f2a510912b

2
.gitignore vendored
View File

@ -58,7 +58,7 @@ samples/client/petstore/silex/SwaggerServer/venodr/
samples/client/petstore/python/.projectile
samples/client/petstore/python/.venv/
*/.settings
.settings
*.mustache~
*.java~