gitignore: linux temp files

This commit is contained in:
minjaesong
2020-02-28 17:47:14 +09:00
parent 19f0225e0d
commit facf29b34c
2 changed files with 7 additions and 2 deletions

7
.gitignore vendored
View File

@@ -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

2
.idea/misc.xml generated
View File

@@ -38,7 +38,7 @@
<property name="caretWidth" class="java.lang.Integer" />
</properties>
</component>
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="false" project-jdk-name="1.8" project-jdk-type="JavaSDK">
<component name="ProjectRootManager" version="2" languageLevel="JDK_1_8" default="false" project-jdk-name="1.8.0_242" project-jdk-type="JavaSDK">
<output url="file://$PROJECT_DIR$/out" />
</component>
</project>