diff options
author | Mathieu Vaillancourt <[email protected]> | 2014-04-19 14:26:14 -0400 |
---|---|---|
committer | Mathieu Vaillancourt <[email protected]> | 2014-04-19 14:26:14 -0400 |
commit | 1780f9b76a0419f5ad880ca5e58ab47279720ebf (patch) | |
tree | 02c2cd977242bdf4bff73da6225f07551445a731 /.gitignore | |
parent | ad0734acee6e3490e6b57f01cacfc233ff7e44c8 (diff) | |
download | yuzu-android-1780f9b76a0419f5ad880ca5e58ab47279720ebf.tar.gz yuzu-android-1780f9b76a0419f5ad880ca5e58ab47279720ebf.zip |
Ignore scm_rev.h and auto copy Qt dlls to bin folder on build.
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 |