summaryrefslogtreecommitdiff
path: root/.gitignore
diff options
context:
space:
mode:
authorEd Tanous <edtanous@google.com>2021-02-12 01:26:02 +0300
committerEd Tanous <ed@tanous.net>2021-02-22 00:20:48 +0300
commit753129816c8494466c64cf6681de97b18e56718f (patch)
treed3e20faf6790bdbd9d360e73a7f43aaa17f462c1 /.gitignore
parent2aee6ca297bfd0ee102515005d3162e3492600a0 (diff)
downloadbmcweb-753129816c8494466c64cf6681de97b18e56718f.tar.xz
Change config file name to bmcweb_config.h
config.h is a generic filename, unprefixed by any sort of name, that other dependencies could use. Namely, nghttp2 uses an identical filename, which can cause issues with getting the right one. This commit renames that file to bmcweb_config.h to disambiguate it from generic config.h files. Tested: Compiled bmcweb and observed compile time params get applied. There are no defaults on any of this stuff, so there's no way to silently miss the config file. Signed-off-by: Ed Tanous <edtanous@google.com> Change-Id: I9a3e73c37161fa438c5612344dfb01f1f19aff2c
Diffstat (limited to '.gitignore')
-rw-r--r--.gitignore2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitignore b/.gitignore
index ef61d38b73..46831ebbd5 100644
--- a/.gitignore
+++ b/.gitignore
@@ -3,7 +3,7 @@
*.crt
*.key
-/include/config.h
+/include/bmcweb_config.h
# Created by https://www.toptal.com/developers/gitignore/api/osx,linux,windows,pycharm,intellij,visualstudio,visualstudiocode,eclipse,meson
# Edit at https://www.toptal.com/developers/gitignore?templates=osx,linux,windows,pycharm,intellij,visualstudio,visualstudiocode,eclipse,meson