diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-04-08 14:21:03 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-04-08 14:21:03 -0400 |
| commit | 34456fe9dc537388d7d7ebf1ff9ee729666424db (patch) | |
| tree | c9d79946df7bbc918247170b6c8ff9c48346d023 | |
| parent | 98a70af838d5f97291c2bae78b62c78560d728c4 (diff) | |
Tweak gitignore to exclude library .h files
| -rw-r--r-- | .gitignore | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -2,11 +2,15 @@ !/examples/*.* !/examples/*/*.* /examples/*/*.so +/examples/*/*.h +!/examples/!(*)/*.h /lib/*/* !/lib/*.* !/lib/*/*.* /lib/*/*.so +/lib/*/*.h +!/lib/!(*)/*.h .build build |
