[Bug 2880] New: Git ignores (almost) all makefiles in subdirectories ./regress/*
bugzilla-daemon at bugzilla.mindrot.org
bugzilla-daemon at bugzilla.mindrot.org
Tue Jul 3 10:47:08 AEST 2018
https://bugzilla.mindrot.org/show_bug.cgi?id=2880
Bug ID: 2880
Summary: Git ignores (almost) all makefiles in subdirectories
./regress/*
Product: Portable OpenSSH
Version: 7.7p1
Hardware: All
OS: All
Status: NEW
Severity: enhancement
Priority: P5
Component: Build system
Assignee: unassigned-bugs at mindrot.org
Reporter: Torben.Hansen.2015 at rhul.ac.uk
The .gitignore file contains the pattern 'Makefile'. Since the pattern
is applied recursively in subdirectories the makefiles that build unit
tests, etc. are ignored.
.gitignore already contains the exception
'!regress/misc/fuzz-harness/Makefile', so it seems appropriate to add
exceptions for the other makefiles in ./regress/*.
--
You are receiving this mail because:
You are watching the assignee of the bug.
More information about the openssh-bugs
mailing list