diff options
| author | stijn <stijn@ignitron.net> | 2022-11-29 16:59:43 +0100 |
|---|---|---|
| committer | Damien George <damien@micropython.org> | 2022-12-13 17:22:11 +1100 |
| commit | f6f177807fe4b9552e1bdd84698c03f683f381d6 (patch) | |
| tree | 292ac64490e7a004c21530f770f006ea488ecf48 | |
| parent | 9c7ff876439309e1b89a9fb0cb6880d525217425 (diff) | |
windows/.gitignore: Simplify by removing build artefacts.
Since all output is now in the build-<variant>/ directory, which is already
excluded by the root .gitignore, we don't need to repeat that.
| -rw-r--r-- | ports/windows/.gitignore | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/ports/windows/.gitignore b/ports/windows/.gitignore index 12235e7c9..4228ca48d 100644 --- a/ports/windows/.gitignore +++ b/ports/windows/.gitignore @@ -2,10 +2,6 @@ *.*sdf *.suo *.sln -*.exe -*.pdb -*.ilk *.filters -/build/* .vs/* *.VC.*db |
