Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » EGit / JGit » EGit doesn't understand two consecutive asterisks in gitignore file
EGit doesn't understand two consecutive asterisks in gitignore file [message #1691244] Fri, 03 April 2015 19:36 Go to next message
Frederic Weigand Warr is currently offline Frederic Weigand WarrFriend
Messages: 1
Registered: April 2015
Junior Member
According to git's documentation of gitignore (git-scm.com/docs/gitignore), "**/foo/bar" matches file or directory "bar" anywhere that is directly under directory "foo".

This does not seem to work with EGit. Files matching that pattern are shown as outgoing additions in the Synchronize view, whereas running git status from the command line says the working directory is clean.

Using Eclipse IDE for PHP Developers 4.4.1 with EGit 3.4.2.
Re: EGit doesn't understand two consecutive asterisks in gitignore file [message #1691348 is a reply to message #1691244] Mon, 06 April 2015 12:47 Go to previous message
Andrey Loskutov is currently offline Andrey LoskutovFriend
Messages: 89
Registered: July 2009
Member
You should use latest stable EGit (3.7.0 AFAIK), because 3.4 can't understand "**" ignore pattern.
Previous Topic:Eclipse does not seem to recognize ecdsa-sha2-nistp256 fingerprint
Next Topic:Just do a simple merge
Goto Forum:
  


Current Time: Fri Apr 26 09:50:23 GMT 2024

Powered by FUDForum. Page generated in 0.02820 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top