| 1 | .vscode/* |
| 2 | .vs/ |
| 3 | !vendor/.preserve |
| 4 | out |
| 5 | tmp |
| 6 | /.vs/ |
| 7 | /.vscode/ |
| 8 | *.sln |
| 9 | *.slnx |
| 10 | *.user |
| 11 | *.csproj |
| 12 | *.vcxproj |
| 13 | *.filters |
| 14 | *.pdb |
| 15 | *.lib |
| 16 | *.dll |
| 17 | obj/ |
| 18 | Debug/ |
| 19 | Release/ |
| 20 | Properties/ |
| 21 | /_deps/ |
| 22 | /package/Strings/en-US/ |
| 23 | /packages/ |
| 24 | CMakeFiles/ |
| 25 | CMakeCache.txt |
| 26 | *.msix |
| 27 | cmake_install.cmake |
| 28 | build_tools/ |
| 29 | *_i.c |
| 30 | *_p.c |
| 31 | *_p.c |
| 32 | wslsupport/wslsupport.h |
| 33 | dlldata.c |
| 34 | .gdbinit |
| 35 | llvm/ |
| 36 | *.a |
| 37 | *.so |
| 38 | *.o |
| 39 | linux/init/init |
| 40 | linux/init |
| 41 | initrd/init |
| 42 | bin/ |
| 43 | *.nupkg |
| 44 | generated/ |
| 45 | *.nuspec |
| 46 | test/linux/unit_tests/wsl_unit_tests |
| 47 | *.dir/ |
| 48 | UserConfig.cmake |
| 49 | *.wix |
| 50 | *.wixobj |
| 51 | *.wixpdb |
| 52 | test.bat |
| 53 | AppxManifest.xml |
| 54 | package_layout/ |
| 55 | priconf.xml |
| 56 | resources.map.txt |
| 57 | resources.pri |
| 58 | msi-install-*.txt |
| 59 | kernellogs.txt |
| 60 | FormatSource.ps1 |
| 61 | msixinstaller/x64 |
| 62 | package/x64 |
| 63 | /appx-logs.txt |
| 64 | tools/clang-format.exe |
| 65 | tools/hooks/pre-commit |
| 66 | !/tools/hooks/pre-commit.in |
| 67 | /linux-crashes |
| 68 | doc/site/ |
| 69 | directory.build.targets |
| 70 | test-storage/ |
| 71 | *.vhdx |
| 72 | *.vhd |
| 73 | *.tar |
| 74 | *.etl |
| 75 | *.lscache |
| 76 | __pycache__ |
| 77 | deploy-log.txt |
| 78 | test-output*.txt |
| 79 | test-results.txt |
| 80 | testfile.txt |
| 81 | output/ |
| 82 | tools/benchmarking/benchmark-results/ |