2023-04-20 08:59:51 +02:00
|
|
|
# zshrc.d
|
2023-04-30 13:37:26 +02:00
|
|
|
.zshrc.d/*.zsh
|
2023-04-30 13:58:37 +02:00
|
|
|
.bashrc.d/*.sh
|
2023-04-20 08:59:51 +02:00
|
|
|
|
2023-04-01 13:11:22 +00:00
|
|
|
# ---> 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*
|
|
|
|
|
|
|
|
# ---> Backup
|
|
|
|
*.bak
|
|
|
|
*.gho
|
|
|
|
*.ori
|
|
|
|
*.orig
|
|
|
|
*.tmp
|
|
|
|
|