Hide generic temp files from git
This commit is contained in:
parent
1b7365a7eb
commit
e5be9b6647
1 changed files with 7 additions and 0 deletions
|
|
@ -1,3 +1,10 @@
|
||||||
|
# Generic temporary files
|
||||||
|
*.backup
|
||||||
|
*.bak
|
||||||
|
*.orig
|
||||||
|
*.temp
|
||||||
|
*.tmp
|
||||||
|
|
||||||
# LibreOffice
|
# LibreOffice
|
||||||
# Source: https://github.com/github/gitignore/blob/main/Global/LibreOffice.gitignore
|
# Source: https://github.com/github/gitignore/blob/main/Global/LibreOffice.gitignore
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue