git-revision.h-new not version tracked

Issue #103 resolved
Stefan Ritt created an issue

After I compile the current develop branch and do a "git status", I get

/midas$ git status
On branch develop
Your branch is up-to-date with 'origin/develop'.
Untracked files:
  (use "git add <file>..." to include in what will be committed)

    include/git-revision.h-new

nothing added to commit but untracked files present (use "git add" to track)
/midas$ 

So the file git-revision.h-new should either be removed, added or ignored (via .gitignore)

Comments (3)

  1. Log in to comment