commit | 8f52ee52148edea2fbd8d538e6fc93985fb04d36 | [log] [tgz] |
---|---|---|
author | Johnathan Mantey <johnathanx.mantey@intel.com> | Wed Mar 11 14:30:52 2020 -0700 |
committer | Johnathan Mantey <johnathanx.mantey@intel.com> | Wed Mar 11 14:33:11 2020 -0700 |
tree | 1375e2ca7659ba39ef3f3398877e744144eeea06 | |
parent | 0185c7f163a850216437be23111e2bfdd874cd11 [diff] [blame] |
Add CMake generated config.h to gitignore Prevent include/config.h, generated by CMake, from being in the untracked files list. Change-Id: I210be1137caadef7d3d74cc96b58e5cf30153472 Signed-off-by: Johnathan Mantey <johnathanx.mantey@intel.com>
diff --git a/.gitignore b/.gitignore index 3ba693f..1f49091 100644 --- a/.gitignore +++ b/.gitignore
@@ -4,6 +4,7 @@ *.key **/CMakeFiles/* +/include/config.h