diff options
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore index 2f38535ba..b38337d15 100644 --- a/.gitignore +++ b/.gitignore @@ -161,3 +161,12 @@ gmon.out #english po /po/en.po + +# CLion ide +.idea +cmake-build-* + +# Nintendo Switch port +src/manaplus.nacp +src/manaplus.nro +src/resources/image/image.h.gch |