pombreda / nbgit

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

Global git excludes files are not honored #74

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Git can be configured to make use of a global .gitignore file through the 
following entry in 
~/.gitconfig

[core]
   excludesfile = /Users/<user>/.gitignore

nbgit does not seem to pay attention to these files when figuring out what to 
ignore. 

Original issue reported on code.google.com by rei...@gmail.com on 30 Apr 2010 at 2:59

GoogleCodeExporter commented 9 years ago
This is a seriously annoing bug (with combination on nbprojects in source 
directory), developing with clean directory is impossible hence are all files 
in commits or gone info i have in bash is useless.

(I am aware of option of moving nbprojects to else directory.)

Original comment by imis...@gmail.com on 4 Feb 2011 at 11:41

GoogleCodeExporter commented 9 years ago
This bug is really annoying.. If someone fix this bug, please answer => 
http://stackoverflow.com/questions/6761311/how-to-disable-the-automatic-gitignor
e-modification-of-netbeans-7-0

Original comment by mschwer...@weluse.de on 21 Jul 2011 at 10:11