diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index f88dad0a2..8a794aa0a 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,6 @@ ipch/ # Build generated files build/ bin/ + +# GIT revision number +src/common/scm_rev.h |