diff options
author | Fred Sundvik <fsundvik@gmail.com> | 2016-07-30 23:41:26 +0300 |
---|---|---|
committer | Fred Sundvik <fsundvik@gmail.com> | 2016-07-31 13:42:05 +0300 |
commit | 97817a773eb667045144ac820df673ed8d3471a0 (patch) | |
tree | 0f85e274fc0e8906f05f869ee71b95eb2426ea91 /.gitignore | |
parent | 84bfb195545b0ba527f34c386d15d6f732a28de7 (diff) |
Generate version information to version.h
So that only the files that really needs a version are recompiled.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore index 8491433524..8c85d6ffa8 100644 --- a/.gitignore +++ b/.gitignore @@ -17,6 +17,7 @@ build/ .build/ *.bak .vagrant/ +quantum/version.h .idea/ CMakeLists.txt .DS_STORE @@ -26,4 +27,4 @@ CMakeLists.txt .project .settings/ .idea -.browse.VC.db*
\ No newline at end of file +.browse.VC.db* |