summaryrefslogtreecommitdiffstats
path: root/.gitignore
diff options
context:
space:
mode:
authorFred Sundvik <fsundvik@gmail.com>2016-07-30 22:41:26 +0200
committerFred Sundvik <fsundvik@gmail.com>2016-07-31 12:42:05 +0200
commit97817a773eb667045144ac820df673ed8d3471a0 (patch)
tree0f85e274fc0e8906f05f869ee71b95eb2426ea91 /.gitignore
parent84bfb195545b0ba527f34c386d15d6f732a28de7 (diff)
downloadqmk_firmware-97817a773eb667045144ac820df673ed8d3471a0.tar.gz
qmk_firmware-97817a773eb667045144ac820df673ed8d3471a0.tar.xz
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--.gitignore3
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/
.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*