diff options
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 | ||