| 1 | # Build outputs and restored packages for the WSL Container API samples. |
| 2 | packages/ |
| 3 | bin/ |
| 4 | obj/ |
| 5 | x64/ |
| 6 | x86/ |
| 7 | ARM64/ |
| 8 | Win32/ |
| 9 | Debug/ |
| 10 | Release/ |
| 11 | *.exe |
| 12 | *.pdb |
| 13 | *.ilk |
| 14 | *.obj |
| 15 | *.log |
| 16 | *.tlog |
| 17 | *.user |
| 18 | |
| 19 | # Runtime data created when the samples are run. |
| 20 | WslcNextcloudStorage/ |
| 21 | WslcNextcloudData/ |
| 22 | WslcStorage/ |
| 23 | WslcQrStorage/ |
| 24 | *.tar |
| 25 | *_out.txt |
| 26 | *_err.txt |
| 27 | out*.txt |
| 28 | err*.txt |
| 29 | run_nextcloud_test.ps1 |
| 30 | |
| 31 | # The repository-root .gitignore excludes project files (*.sln, *.csproj, |
| 32 | # *.vcxproj, *.filters) because they are normally generated by CMake. These |
| 33 | # samples are hand-authored standalone projects, so re-include their sources. |
| 34 | !*.sln |
| 35 | !*.csproj |
| 36 | !*.vcxproj |
| 37 | !*.filters |