Update gitignore list (#5258)
* update gitignore * Handle symlink in tar * Add some logs
This commit is contained in:
parent
54259e2f88
commit
57a8440db3
77 changed files with 767 additions and 159 deletions
|
|
@ -3,6 +3,9 @@
|
|||
# Word temporary
|
||||
~$*.doc*
|
||||
|
||||
# Word Auto Backup File
|
||||
Backup of *.doc*
|
||||
|
||||
# Excel temporary
|
||||
~$*.xls*
|
||||
|
||||
|
|
@ -13,4 +16,4 @@
|
|||
~$*.ppt*
|
||||
|
||||
# Visio autosave temporary files
|
||||
*.~vsdx
|
||||
*.~vsd*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue