Home
last modified time | relevance | path

Searched hist:"8803 dc12" (Results 1 – 1 of 1) sorted by relevance

/openbmc/libmctp/
H A D.gitignore8803dc12 Wed Sep 06 05:56:14 CDT 2023 Konstantin Aladyshev <aladyshev22@gmail.com> gitignore: Don't ignore all '*.in' files

Currently .gitignore file contains the '*.in' pattern to ignore build
files 'Makefile.in' and 'config.h.in'.
But this pattern shouldn't be used since the repository contains files
like 'libmctp.pc.in' or 'udev/rules.d/mctp0-raw-kcsX.rules.in'.
To solve the issue drop the '*.in' pattern from the ignore list and add
'Makefile.in' and 'config.h.in' directly.

Change-Id: Idfac893a6b5430b2492301ec633c9fc53059f503
Signed-off-by: Konstantin Aladyshev <aladyshev22@gmail.com>