diff options
author | AraHaan <seandhunt_7@yahoo.com> | 2022-10-25 00:35:43 -0400 |
---|---|---|
committer | Mark Adler <madler@alumni.caltech.edu> | 2023-08-19 10:57:26 -0700 |
commit | 4a47c1bf3d8c5285fa6e7da9c7626f36f2562b93 (patch) | |
tree | a8a44a803290f1c1abe619033c2283933710f4a8 /.gitignore | |
parent | d7de5971f45f13570b326e613c9e61406747bf69 (diff) | |
download | zlib-4a47c1bf3d8c5285fa6e7da9c7626f36f2562b93.tar.gz zlib-4a47c1bf3d8c5285fa6e7da9c7626f36f2562b93.tar.bz2 zlib-4a47c1bf3d8c5285fa6e7da9c7626f36f2562b93.zip |
Add project and solution files for building a nuget package.
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 12 |
1 files changed, 11 insertions, 1 deletions
@@ -16,7 +16,7 @@ | |||
16 | /example | 16 | /example |
17 | /example64 | 17 | /example64 |
18 | /examplesh | 18 | /examplesh |
19 | /libz.so* | 19 | **/libz.so* |
20 | /minigzip | 20 | /minigzip |
21 | /minigzip64 | 21 | /minigzip64 |
22 | /minigzipsh | 22 | /minigzipsh |
@@ -24,3 +24,13 @@ | |||
24 | /configure.log | 24 | /configure.log |
25 | 25 | ||
26 | .DS_Store | 26 | .DS_Store |
27 | .vs | ||
28 | *.user | ||
29 | *.nupkg | ||
30 | contrib/vstudio/vc143/x86 | ||
31 | contrib/vstudio/vc143/x64 | ||
32 | contrib/vstudio/vc143/arm | ||
33 | contrib/vstudio/vc143/arm64 | ||
34 | contrib/nuget/bin | ||
35 | contrib/nuget/obj | ||
36 | *.included | ||