Re: [git-users] Detect which ignore file (and line) that is preventing file from being added.

2016-06-01 Thread Dale R. Worley
Fabian Jonsson  writes:
> I had a problem recently trying to add .dll files to git. No suggestion I 
> found on SO seemed to help. When trying to add each file manually in the 
> Git bash, I received a message saying that one of my ignore files prevented 
> the file from being added. I would've liked to see which one of the ignore 
> files contained that rule, as I later found it hidden in a global ignore 
> file (probably created by my Git client) that I was not aware of. 

There is a "git check-ignore" that can probably be used to solve this
problem.

Dale

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


[git-users] Detect which ignore file (and line) that is preventing file from being added.

2016-06-01 Thread Fabian Jonsson
I had a problem recently trying to add .dll files to git. No suggestion I 
found on SO seemed to help. When trying to add each file manually in the 
Git bash, I received a message saying that one of my ignore files prevented 
the file from being added. I would've liked to see which one of the ignore 
files contained that rule, as I later found it hidden in a global ignore 
file (probably created by my Git client) that I was not aware of. 

-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to git-users+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.