From 1a6817aa49e94bf0fc6bc235a531428151b838ff Mon Sep 17 00:00:00 2001 From: minjaesong Date: Fri, 28 Feb 2020 17:47:14 +0900 Subject: [PATCH] gitignore: linux temp files --- .gitignore | 7 ++++++- .idea/misc.xml | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 37d4b3181..ac72da34e 100644 --- a/.gitignore +++ b/.gitignore @@ -22,12 +22,17 @@ external_resource_packs.zip # IntelliJ workspace.xml -.idea/* # Temporary files .tmp* tmp_* +## Microsoft Office ~$* +## Generic temp files in Linux +*~ +## Vim temp files +*.swp +*.swo # Eclipse MAT heap files *.hprof diff --git a/.idea/misc.xml b/.idea/misc.xml index c3fc748c8..df5a15f37 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -38,7 +38,7 @@ - + \ No newline at end of file