Hide temp files typical for Linux from git
This commit is contained in:
parent
e5be9b6647
commit
5fbdcad471
1 changed files with 13 additions and 0 deletions
|
@ -11,6 +11,19 @@
|
||||||
# Locks
|
# Locks
|
||||||
.~lock.*#
|
.~lock.*#
|
||||||
|
|
||||||
|
# Linux typical files we do not want under version control
|
||||||
|
# Source: https://github.com/github/gitignore/blob/main/Global/Linux.gitignore
|
||||||
|
#
|
||||||
|
*~
|
||||||
|
# Temporary files created if a process still has a handle open to a deleted file
|
||||||
|
.fuse_hidden*
|
||||||
|
# KDE directory preferences
|
||||||
|
.directory
|
||||||
|
# Linux trash folder possibly appearing on any partition or disk
|
||||||
|
.Trash-*
|
||||||
|
# .nfs files are created when an open file is removed but is still being accessed
|
||||||
|
.nfs*
|
||||||
|
|
||||||
# pyenv
|
# pyenv
|
||||||
.python-version
|
.python-version
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue