]> source.dussan.org Git - gitignore.git/commitdiff
Removed Microsoft Word 2016 Auto Backuped File on macOS 2781/head
authorYCH <chnyyk@gmail.com>
Tue, 14 Aug 2018 04:50:32 +0000 (12:50 +0800)
committerYCH <chnyyk@gmail.com>
Tue, 14 Aug 2018 04:50:32 +0000 (12:50 +0800)
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".

Global/MicrosoftOffice.gitignore

index 0c203662d3908606fb6668f943c9fc20c5f9fe3a..ddcc9cf6e382c72b3c7e7777df2622b582ad64ba 100644 (file)
@@ -3,6 +3,9 @@
 # Word temporary
 ~$*.doc*
 
+# Word Auto Backup File
+Backup of *.doc*
+
 # Excel temporary
 ~$*.xls*