1
0
mirror of https://github.com/github/gitignore synced 2024-06-18 10:29:39 +02:00

Removed Microsoft Word 2016 Auto Backuped File on macOS

If checked the option "Always create backup copy" under Settings -> Save within Microsoft Word 2016 on macOS, when editing a docx file, a folder named as same as docx file name(without ext) will be created and placed a docx backup file named "Backup of DOCX_ORIGINAL_FILENAME.docx".
This commit is contained in:
YCH 2018-08-14 12:50:32 +08:00
parent ea28c14da0
commit cbdbe97c96

View File

@ -3,6 +3,9 @@
# Word temporary
~$*.doc*
# Word Auto Backup File
Backup of *.doc*
# Excel temporary
~$*.xls*