denio7 / egit

Automatically exported from code.google.com/p/egit
0 stars 0 forks source link

egit does not check .git/info/exclude for files to ignore #45

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. add some file patterns you'd like git to ignore into .git/info/exclude
2. right click on the root folder of your project and choose Team->Track(Add)
3. check with cli git "git status"

What is the expected output? What do you see instead?
None of the file patterns from  .git/info/exclude should be staged for
commit. But actually all files are staged for commit

What version of the product are you using? On what operating system?
Ubuntu Linux 8.04, git 1.6.0.2 and egit 0.3.1.200810030825

Original issue reported on code.google.com by HeX.ime...@gmail.com on 15 Oct 2008 at 10:03

GoogleCodeExporter commented 8 years ago
This is related to issue 32 regarding support for handling gitignore files

Original comment by jonas.fonseca on 13 Nov 2008 at 10:26

GoogleCodeExporter commented 8 years ago

Original comment by jonas.fonseca on 13 Nov 2008 at 10:27

GoogleCodeExporter commented 8 years ago
org.spearce.egit.ui.internal.decorators.DecoratableResourceAdapter

    private static boolean isIgnored(IResource resource) {
        // TODO: Also read ignores from .git/info/excludes et al.
        return Team.isIgnoredHint(resource);
    }

Looks like this corresponds to the TODO here.

Original comment by alex.ble...@gmail.com on 18 Apr 2009 at 12:37

GoogleCodeExporter commented 8 years ago
Issue 80 has been merged into this issue.

Original comment by robin.ro...@gmail.com on 19 Apr 2009 at 10:06

GoogleCodeExporter commented 8 years ago
Having this bug with eclipse 3.5.2 + egit 0.7.1 on linux 64 bit.
Look like it's a 2.5 years old bug.
What makes it so hard to fix?!

Original comment by fmjrey on 26 Mar 2010 at 9:04

GoogleCodeExporter commented 8 years ago
All of the development is now at egit.eclipse.org, as are the bugs. You won't 
find any update on them here. A 
new release of EGit 0.7.1 was made available last week at 
http://download.eclipse.org/egit/updates

Original comment by alex.ble...@gmail.com on 26 Mar 2010 at 9:33

GoogleCodeExporter commented 8 years ago
I think that this is the mirror bug from the eclipse.org bugzilla:

300964: EGit seems to ignore .gitignore's contents
https://bugs.eclipse.org/bugs/show_bug.cgi?id=300964

Original comment by robert.munteanu on 26 Mar 2010 at 9:50

GoogleCodeExporter commented 8 years ago
Thanks for the pointers. The bug I experience is exactly the one in eclipse 
bugzilla
(300964). In fact this bug report here isn't what I experience.
Sorry for the spam...

Original comment by fmjrey on 26 Mar 2010 at 12:34

GoogleCodeExporter commented 8 years ago
In bugzilla

Original comment by robin.ro...@gmail.com on 8 Aug 2010 at 11:49

GoogleCodeExporter commented 8 years ago
this thread still comes up in search results, so thought i would add a link to 
the only related bug i could find on eclipse's bugzilla: 
https://bugs.eclipse.org/bugs/show_bug.cgi?id=354722

Original comment by jacko...@gmail.com on 12 Nov 2011 at 1:03