[git-users] untracked files not shown when using 'git status'

2015-11-27 Thread Kurt Vermeiren
In our project we have 4 untracked files, for local development. Output of *git status *: Untracked files: (use "git add ..." to include in what will be committed) sdb-batch-web/src/main/webapp/WEB-INF/jboss-web.xml sdb-ear/src/main/application/ sdb-services/src/main/webapp/WEB-INF/jboss-web.

[git-users] Re: untracked files not shown when using 'git status'

2015-11-30 Thread Kurt Vermeiren
I would agree with Matthew on this. I understand the rationale to not show the files because of the possible very big directories... but the documentation clearly states "directories and files" On Friday, 27 November 2015 17:16:30 UTC+1, Kurt Vermeiren wrote: > > In our p