mirror of
https://github.com/Mbed-TLS/mbedtls.git
synced 2026-03-20 19:21:09 +01:00
git: don't ignore fuzz/Makefile
*/Makefile is ignored (because it's created by cmake in in-tree builds). But fuzz/Makefile is checked into git, so don't ignore it. Signed-off-by: Gilles Peskine <Gilles.Peskine@arm.com>
This commit is contained in:
3
programs/.gitignore
vendored
3
programs/.gitignore
vendored
@@ -1,4 +1,7 @@
|
||||
# Ignore makefiles generated by CMake, but not the makefile that's checked in.
|
||||
*/Makefile
|
||||
!fuzz/Makefile
|
||||
|
||||
*.sln
|
||||
*.vcxproj
|
||||
|
||||
|
||||
Reference in New Issue
Block a user