diff options
author | Lothar Serra Mari | 2019-02-17 11:44:27 +0100 |
---|---|---|
committer | Lothar Serra Mari | 2019-02-17 11:44:27 +0100 |
commit | 1ab61f4dcc842676fac9e5526f4de3bd0c566d97 (patch) | |
tree | 7441b73531764552937cc361039a0e545802f113 /.gitignore | |
parent | 774af67540b10f9b250836da4fdd5baff7e0da56 (diff) | |
download | scummvm-rg350-1ab61f4dcc842676fac9e5526f4de3bd0c566d97.tar.gz scummvm-rg350-1ab61f4dcc842676fac9e5526f4de3bd0c566d97.tar.bz2 scummvm-rg350-1ab61f4dcc842676fac9e5526f4de3bd0c566d97.zip |
GIT: Ignore files generated by Visual Studio Code
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 7e832887cf..4e37353085 100644 --- a/.gitignore +++ b/.gitignore @@ -198,6 +198,9 @@ ipch/ LLVM32/ LLVM64/ +#Ignore files generated by Visual Studio Code +.vscode/ + #Ignore gettext generated files /messages.mo |