diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 173168e68..8261596c7 100644 --- a/.gitignore +++ b/.gitignore @@ -166,7 +166,14 @@ gmon.out .idea cmake-build-* +# vscode +.vscode + # Nintendo Switch port src/manaplus.nacp src/manaplus.nro src/resources/image/image.h.gch + +# linters +mplint +cpplint.py
\ No newline at end of file |