Skip to content

Commit

Permalink
Add output file to .gitignore. Fix name of command in readme
Browse files Browse the repository at this point in the history
  • Loading branch information
alexr00 committed May 2, 2019
1 parent b7d10dd commit 3672d44
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -328,3 +328,6 @@ ASALocalRun/

# MFractors (Xamarin productivity tool) working folder
.mfractor/

# Build output for this sample
*.out
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Follow these steps to open this sample in a container:

2. If you're not yet in a development container:
- Clone this repository.
- Press <kbd>F1</kbd> and select the **Remote-Container: Open Folder in Container...** command.
- Press <kbd>F1</kbd> and select the **Remote-Containers: Open Folder in Container...** command.
- Select the cloned copy of this folder, wait for the container to start, and try things out!

## Things to try
Expand Down
Binary file removed main.out
Binary file not shown.

0 comments on commit 3672d44

Please sign in to comment.