blob: 0c203662d3908606fb6668f943c9fc20c5f9fe3a (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
*.tmp
# Word temporary
~$*.doc*
# Excel temporary
~$*.xls*
# Excel Backup File
*.xlk
# PowerPoint temporary
~$*.ppt*
# Visio autosave temporary files
*.~vsd*
|