config/git: clean up global gitignore

This commit is contained in:
xerus2000 2020-11-12 09:57:08 +01:00
parent a5f933217e
commit ccc29ffa0c
1 changed files with 34 additions and 28 deletions

View File

@ -1,36 +1,42 @@
# IDEA # IDEA
## User-specific files ## User-specific files
**/.idea/**/workspace.xml .idea/**/workspace.xml
**/.idea/**/tasks.xml .idea/**/tasks.xml
**/.idea/**/vcs.xml .idea/**/vcs.xml
**/.idea/dictionaries .idea/dictionaries
**/.idea/inspectionProfiles .idea/inspectionProfiles
**/.idea/caches .idea/caches
**/.idea/markdown-* .idea/markdown-*
**/.idea/compiler.xml .idea/compiler.xml
**/.idea/misc.xml .idea/misc.xml
**/.idea/modules.xml .idea/modules.xml
**/.idea/encodings.xml .idea/encodings.xml
**/.idea/kotlinScripting.xml .idea/kotlinScripting.xml
**/.idea/jarRepositories.xml .idea/jarRepositories.xml
**/.idea/.name .idea/.name
**/*.iml *.iml
#*.iws
## Sensitive or high-churn files ## Sensitive or high-churn files
**/.idea/**/dataSources/ .idea/**/dataSources/
**/.idea/**/dataSources.ids .idea/**/dataSources.ids
**/.idea/**/dataSources.xml .idea/**/dataSources.xml
**/.idea/**/dataSources.local.xml .idea/**/dataSources.local.xml
**/.idea/**/sqlDataSources.xml .idea/**/sqlDataSources.xml
**/.idea/**/dynamic.xml .idea/**/dynamic.xml
**/.idea/**/uiDesigner.xml .idea/**/uiDesigner.xml
# Build # Build
**/.idea/**/gradle.xml .idea/**/gradle.xml
**/.idea/**/libraries .idea/**/libraries
**/.gradle/ .gradle/
build/ build/
out/ out/
.kotlintest/
cmake-build-debug/ cache/
*_build/
cmake*build*/
__pycache__/
# Logs
*.log
*.log.*