git: update `.gitignore_global` file

This commit is contained in:
Luca Pellegrini 2023-12-22 23:24:06 +01:00
parent a6c19dd575
commit 1912ab3eec
1 changed files with 107 additions and 64 deletions

View File

@ -1,22 +1,25 @@
# Temporary files and directories
prova**
test**
temp**
output**
*.log
*.old
*.tmp
*.bak
temp/
tmp/
old/
build*/
Build*/
debug*/
Debug*/
# Diff files
*.patch
*.diff
## Python
### Python ###
# Byte-compiled / optimized / DLL files
__pycache__/
*.py[cod]
@ -61,7 +64,7 @@ venv.bak/
docs/_build/
## C++, Qt, CMake
### C++, Qt, CMake ###
# Prerequisites
*.d
@ -149,69 +152,22 @@ compile_commands.json
*_qmlcache.qrc
### Java ###
# compiled class files
bin/*.class
## Linux
*~
# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*
# KDE directory preferences
.directory
# Linux trash folder which might appear on any partition or disk
.Trash-*
# .nfs files are created when an open file is removed but is still being accessed
.nfs*
## Windows
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
# Dump file
*.stackdump
# Folder config file
[Dd]esktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp
# Windows shortcuts
*.lnk
## macOS
.DS_Store
.AppleDouble
.LSOverride
## Kate
### Kate ###
# Swap Files #
.*.kate-swp
.swp.*
## Visual Studio Code
### Visual Studio Code / VSCodium ###
.vscode/*
!.vscode/settings.json
!.vscode/tasks.json
!.vscode/launch.json
!.vscode/extensions.json
!.vscode/*.code-snippets
#!.vscode/settings.json
#!.vscode/tasks.json
#!.vscode/launch.json
#!.vscode/extensions.json
#!.vscode/*.code-snippets
*.code-workspace
# Local History for Visual Studio Code
@ -220,10 +176,17 @@ $RECYCLE.BIN/
# Built Visual Studio Code Extensions
*.vsix
### PlatformIO ###
.pioenvs
.piolibdeps
.clang_complete
.gcc-flags.json
.pio
## JetBrains IDEs: IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
# User-specific stuff
### JetBrains IDEs ###
# IntelliJ, RubyMine, PhpStorm, AppCode, PyCharm, CLion, Android Studio, WebStorm and Rider
.idea/
# User-specific stuff
.idea/**/workspace.xml
.idea/**/tasks.xml
.idea/**/usage.statistics.xml
@ -298,8 +261,26 @@ fabric.properties
# Android studio 3.1+ serialized cache file
.idea/caches/build_file_checksums.ser
### Eclipse IDE ###
.metadata
eclipse-workspace/**/bin/
tmp/
*.tmp
*.bak
*.swp
*~.nib
local.properties
.settings/
.loadpath
.recommenders
## MATLAB and Octave
# External tool builders
.externalToolBuilders/
# Locally stored "Eclipse launch configurations"
*.launch
### MATLAB and Octave ###
# Windows default autosave extension
*.asv
@ -331,3 +312,65 @@ codegen/
# Octave session info
octave-workspace
### Linux ###
*~
# temporary files which can be created if a process still has a handle open of a deleted file
.fuse_hidden*
# KDE directory preferences
.directory
# Linux trash folder which might appear on any partition or disk
.Trash-*
# .nfs files are created when an open file is removed but is still being accessed
.nfs*
### Windows ###
# Windows thumbnail cache files
Thumbs.db
Thumbs.db:encryptable
ehthumbs.db
ehthumbs_vista.db
# Dump file
*.stackdump
# Folder config file
[Dd]esktop.ini
# Recycle Bin used on file shares
$RECYCLE.BIN/
# Windows Installer files
*.cab
*.msi
*.msix
*.msm
*.msp
# Windows shortcuts
*.lnk
### macOS ###
.DS_Store
.AppleDouble
.LSOverride
# Files that might appear in the root of a volume
.DocumentRevisions-V100
.fseventsd
.Spotlight-V100
.TemporaryItems
.Trashes
.VolumeIcon.icns
.com.apple.timemachine.donotpresent
# Directories potentially created on remote AFP share
.AppleDB
.AppleDesktop
Network Trash Folder
Temporary Items
.apdisk