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) | |
download | qmk_firmware-97817a773eb667045144ac820df673ed8d3471a0.tar.gz qmk_firmware-97817a773eb667045144ac820df673ed8d3471a0.zip |
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 849143352..8c85d6ffa 100644 --- a/.gitignore +++ b/.gitignore | |||
@@ -17,6 +17,7 @@ build/ | |||
17 | .build/ | 17 | .build/ |
18 | *.bak | 18 | *.bak |
19 | .vagrant/ | 19 | .vagrant/ |
20 | quantum/version.h | ||
20 | .idea/ | 21 | .idea/ |
21 | CMakeLists.txt | 22 | CMakeLists.txt |
22 | .DS_STORE | 23 | .DS_STORE |
@@ -26,4 +27,4 @@ CMakeLists.txt | |||
26 | .project | 27 | .project |
27 | .settings/ | 28 | .settings/ |
28 | .idea | 29 | .idea |
29 | .browse.VC.db* \ No newline at end of file | 30 | .browse.VC.db* |