diff options
author | Laurent Demailly <[email protected]> | 2024-07-20 06:26:08 -0700 |
---|---|---|
committer | GitHub <[email protected]> | 2024-07-20 15:26:08 +0200 |
commit | 89340f82dc65ec6b1adec75efec2dafe78368a40 (patch) | |
tree | a281517348502dd5d310e7c3640e0f1f9acc629c /.gitignore | |
parent | 824bf244453bdb0502fa30de70c799d666665480 (diff) | |
download | tinygo-89340f82dc65ec6b1adec75efec2dafe78368a40.tar.gz tinygo-89340f82dc65ec6b1adec75efec2dafe78368a40.zip |
Allows compilation of code using debug.BuildInfo and show correct tinygo version (#4343)
debug: Allows compilation of code using debug.BuildInfo and show correct tinygo version
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 9994ee3dc..7c2f12b31 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ +.DS_Store +.vscode go.work go.work.sum |