diff options
author | Brendan Forster <brendan@github.com> | 2015-10-14 12:30:00 +0200 |
---|---|---|
committer | Brendan Forster <brendan@github.com> | 2015-10-14 12:30:00 +0200 |
commit | fdb7293c82a5554ceb748db99e01672c17808292 (patch) | |
tree | ad460025cb939a9745711784c7eabdc9e25f4efe /Global | |
parent | 84ab71cb23b272f9b80bff342a66ce9c8011d21c (diff) | |
parent | 9978001b13ad08bc2e67dafcc2ac66fa714762f6 (diff) | |
download | gitignore-fdb7293c82a5554ceb748db99e01672c17808292.tar.gz gitignore-fdb7293c82a5554ceb748db99e01672c17808292.zip |
Merge pull request #1656 from paolofulgoni/powerpoint
Add rule for MS PowerPoint temporary files
Diffstat (limited to 'Global')
-rw-r--r-- | Global/MicrosoftOffice.gitignore | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/Global/MicrosoftOffice.gitignore b/Global/MicrosoftOffice.gitignore index 412297bb..4a2edc7e 100644 --- a/Global/MicrosoftOffice.gitignore +++ b/Global/MicrosoftOffice.gitignore @@ -8,3 +8,6 @@ # Excel Backup File *.xlk + +# PowerPoint temporary +~$*.ppt* |