gitignore: add generated unity sources for lib and src

Follow-up to 71cf0d1fca #14772
This commit is contained in:
Viktor Szakats 2025-01-27 22:55:39 +01:00
parent 81e271f45c
commit fd12b56832
No known key found for this signature in database
GPG Key ID: B5ABD165E2AEF201
2 changed files with 3 additions and 0 deletions

1
lib/.gitignore vendored
View File

@ -5,3 +5,4 @@
curl_config.h curl_config.h
curl_config.h.in curl_config.h.in
libcurl.vers libcurl.vers
libcurl_unity.c

2
src/.gitignore vendored
View File

@ -5,3 +5,5 @@
curl curl
tool_ca_embed.c tool_ca_embed.c
tool_hugehelp.c tool_hugehelp.c
curltool_unity.c
libcurltool_unity.c