summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorJohnathan Mantey <johnathanx.mantey@intel.com>2020-03-12 00:30:52 +0300
committerJohnathan Mantey <johnathanx.mantey@intel.com>2020-03-12 00:33:11 +0300
commit8f52ee52148edea2fbd8d538e6fc93985fb04d36 (patch)
tree1375e2ca7659ba39ef3f3398877e744144eeea06 /.gitignore
parent0185c7f163a850216437be23111e2bfdd874cd11 (diff)
downloadbmcweb-8f52ee52148edea2fbd8d538e6fc93985fb04d36.tar.xz
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>
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore1
1 files changed, 1 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore
index 3ba693f290..1f49091070 100644
--- a/.gitignore
+++ b/.gitignore
@@ -4,6 +4,7 @@
*.key
**/CMakeFiles/*
+/include/config.h