1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

Add '.DS_Store' to .gitignore.

This is a file that generally seems to turn up when you start using OS
X Finder to interact with directories - which is more likely now that
we're building OS X app bundles into this source tree.
This commit is contained in:
Simon Tatham 2016-03-23 22:16:20 +00:00
parent c73f25564f
commit 9ee7768f31

1
.gitignore vendored
View File

@ -2,6 +2,7 @@
*.pyc
.dirstamp
.deps
.DS_Store
/*.pdb
/*.ilk
/*.res