[11936] Add git_id (*nix version) to .gitignore

Signed-off-by: Schmoozerd <schmoozerd@scriptdev2.com>
This commit is contained in:
Nighoo 2012-03-30 16:07:45 +02:00 committed by Schmoozerd
parent 05c774a0ad
commit c0eca52371
2 changed files with 2 additions and 1 deletions

View file

@ -14,3 +14,4 @@
*.pdb
Debug
Release
git_id

View file

@ -1,4 +1,4 @@
#ifndef __REVISION_NR_H__
#define __REVISION_NR_H__
#define REVISION_NR "11935"
#define REVISION_NR "11936"
#endif // __REVISION_NR_H__