#
8803dc12 |
| 06-Sep-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 rep
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>
show more ...
|
Revision tags: v0.11, v0.10 |
|
#
41633fdd |
| 24-May-2020 |
Andrew Jeffery <andrew@aj.id.au> |
gitignore: Add build artefacts `git status` is pretty badly cluttered after running `make check`. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: If7609527a20261658bb
gitignore: Add build artefacts `git status` is pretty badly cluttered after running `make check`. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: If7609527a20261658bbe2d4e2c71df0180175ca8
show more ...
|
#
da1a1e17 |
| 24-May-2020 |
Andrew Jeffery <andrew@aj.id.au> |
gitignore: Sort entries Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: I009d90ad25812d5eb787787c6f974d3fd3c04206
|
#
fa4e2a4d |
| 16-Jan-2020 |
Andrew Jeffery <andrew@aj.id.au> |
Add gitignore Initial pass ignores a lot of autotools cruft. Signed-off-by: Andrew Jeffery <andrew@aj.id.au> Change-Id: I9263fd6a5831c367dcd09e1b333cc970dda91b72
|